Package | Description |
---|---|
org.tinygroup.container | |
org.tinygroup.container.impl |
Modifier and Type | Method and Description |
---|---|
List<Category<K,T>> |
Category.getSubList() |
List<Category<K,T>> |
Category.getSubList(Comparator<BaseObject<K>> comparator) |
Modifier and Type | Method and Description |
---|---|
boolean |
Category.belong(Category<K,T> category) |
boolean |
Category.belongDirectly(Category<K,T> category) |
boolean |
Category.containsDirectly(Category<K,T> category) |
boolean |
Category.containsSub(Category<K,T> category) |
Modifier and Type | Method and Description |
---|---|
void |
Category.setSubList(List<Category<K,T>> subList) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryImpl<K extends Comparable<K>,T extends BaseObject<K>> |
Modifier and Type | Method and Description |
---|---|
List<Category<K,T>> |
CategoryImpl.getSubList() |
List<Category<K,T>> |
CategoryImpl.getSubList(Comparator<BaseObject<K>> comparator) |
Modifier and Type | Method and Description |
---|---|
boolean |
CategoryImpl.belong(Category<K,T> category)
要么自己包含,要要父亲的长辈包含
|
boolean |
CategoryImpl.belongDirectly(Category<K,T> category) |
boolean |
CategoryImpl.containsDirectly(Category<K,T> category) |
boolean |
CategoryImpl.containsSub(Category<K,T> category)
递归查找,要么自己包含,要么子孙包含
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryImpl.setSubList(List<Category<K,T>> subList) |
Copyright © 2006–2018 TinyGroup. All rights reserved.