| Package | Description |
|---|---|
| org.tinygroup.container | |
| org.tinygroup.container.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Category<K extends Comparable<K>,T extends BaseObject<K>>
分类接口
分类用于组织树状结构数据 |
interface |
Container<K extends Comparable<K>,T extends BaseObject<K>>
容器
用于放置一些列表数据 |
class |
NameComparator<K extends Comparable<K>,T extends BaseObject<K>>
排序比较器
对基础类型进行排序比较 |
class |
OrderCompare<K extends Comparable<K>,T extends BaseObject<K>>
排序比较器
对基础类型进行排序比较 |
class |
TitleComparator<K extends Comparable<K>,T extends BaseObject<K>>
排序比较器
对基础类型进行排序比较 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Category<K extends Comparable<K>,T extends BaseObject<K>>
分类接口
分类用于组织树状结构数据 |
interface |
Container<K extends Comparable<K>,T extends BaseObject<K>>
容器
用于放置一些列表数据 |
| Modifier and Type | Method and Description |
|---|---|
List<Category<K,T>> |
Category.getSubList(Comparator<BaseObject<K>> comparator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryImpl<K extends Comparable<K>,T extends BaseObject<K>> |
class |
ContainerImpl<K extends Comparable<K>,T extends BaseObject<K>> |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseObjectImpl<K extends Comparable<K>> |
class |
CategoryImpl<K extends Comparable<K>,T extends BaseObject<K>> |
class |
ContainerImpl<K extends Comparable<K>,T extends BaseObject<K>> |
| Modifier and Type | Method and Description |
|---|---|
List<Category<K,T>> |
CategoryImpl.getSubList(Comparator<BaseObject<K>> comparator) |
Copyright © 2006–2018 TinyGroup. All rights reserved.