JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
G
N
O
S
T
B
BaseObject
<
T
extends
Comparable
<
T
>> - Interface in
org.tinygroup.container
基本对象接口
BaseObjectImpl
<
K
extends
Comparable
<
K
>> - Class in
org.tinygroup.container.impl
BaseObjectImpl()
- Constructor for class org.tinygroup.container.impl.
BaseObjectImpl
belong(Category<K, T>)
- Method in interface org.tinygroup.container.
Category
belong(Category<K, T>)
- Method in class org.tinygroup.container.impl.
CategoryImpl
要么自己包含,要要父亲的长辈包含
belongDirectly(Category<K, T>)
- Method in interface org.tinygroup.container.
Category
belongDirectly(Category<K, T>)
- Method in class org.tinygroup.container.impl.
CategoryImpl
C
Category
<
K
extends
Comparable
<
K
>,
T
extends
BaseObject
<
K
>> - Interface in
org.tinygroup.container
分类接口
分类用于组织树状结构数据
CategoryImpl
<
K
extends
Comparable
<
K
>,
T
extends
BaseObject
<
K
>> - Class in
org.tinygroup.container.impl
CategoryImpl()
- Constructor for class org.tinygroup.container.impl.
CategoryImpl
compare(T, T)
- Method in class org.tinygroup.container.
NameComparator
首先按排序号排序,接下来按显示名排序
compare(T, T)
- Method in class org.tinygroup.container.
OrderCompare
首先按排序号排序,接下来按显示名排序
compare(T, T)
- Method in class org.tinygroup.container.
TitleComparator
首先按排序号排序,接下来按显示名排序
Container
<
K
extends
Comparable
<
K
>,
T
extends
BaseObject
<
K
>> - Interface in
org.tinygroup.container
容器
用于放置一些列表数据
ContainerImpl
<
K
extends
Comparable
<
K
>,
T
extends
BaseObject
<
K
>> - Class in
org.tinygroup.container.impl
ContainerImpl()
- Constructor for class org.tinygroup.container.impl.
ContainerImpl
contains(T)
- Method in interface org.tinygroup.container.
Container
contains(T)
- Method in class org.tinygroup.container.impl.
ContainerImpl
containsDirectly(Category<K, T>)
- Method in interface org.tinygroup.container.
Category
containsDirectly(Category<K, T>)
- Method in class org.tinygroup.container.impl.
CategoryImpl
containsSub(Category<K, T>)
- Method in interface org.tinygroup.container.
Category
containsSub(Category<K, T>)
- Method in class org.tinygroup.container.impl.
CategoryImpl
递归查找,要么自己包含,要么子孙包含
G
getDescription()
- Method in interface org.tinygroup.container.
BaseObject
返回描述
getDescription()
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
getId()
- Method in interface org.tinygroup.container.
BaseObject
返回标识
getId()
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
getList()
- Method in interface org.tinygroup.container.
Container
getList(Comparator<T>)
- Method in interface org.tinygroup.container.
Container
getList()
- Method in class org.tinygroup.container.impl.
ContainerImpl
getList(Comparator<T>)
- Method in class org.tinygroup.container.impl.
ContainerImpl
getName()
- Method in interface org.tinygroup.container.
BaseObject
返回名字
getName()
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
getOrder()
- Method in interface org.tinygroup.container.
BaseObject
返回排序
getOrder()
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
getParent()
- Method in interface org.tinygroup.container.
Category
getParent()
- Method in class org.tinygroup.container.impl.
CategoryImpl
getParentId()
- Method in interface org.tinygroup.container.
Category
父节点标识
getParentId()
- Method in class org.tinygroup.container.impl.
CategoryImpl
getSubList()
- Method in interface org.tinygroup.container.
Category
getSubList(Comparator<BaseObject<K>>)
- Method in interface org.tinygroup.container.
Category
getSubList()
- Method in class org.tinygroup.container.impl.
CategoryImpl
getSubList(Comparator<BaseObject<K>>)
- Method in class org.tinygroup.container.impl.
CategoryImpl
getTitle()
- Method in interface org.tinygroup.container.
BaseObject
返回标题
getTitle()
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
getType()
- Method in class org.tinygroup.container.impl.
CategoryImpl
N
NameComparator
<
K
extends
Comparable
<
K
>,
T
extends
BaseObject
<
K
>> - Class in
org.tinygroup.container
排序比较器
对基础类型进行排序比较
NameComparator()
- Constructor for class org.tinygroup.container.
NameComparator
O
OrderCompare
<
K
extends
Comparable
<
K
>,
T
extends
BaseObject
<
K
>> - Class in
org.tinygroup.container
排序比较器
对基础类型进行排序比较
OrderCompare()
- Constructor for class org.tinygroup.container.
OrderCompare
org.tinygroup.container
- package org.tinygroup.container
org.tinygroup.container.impl
- package org.tinygroup.container.impl
S
setDescription(String)
- Method in interface org.tinygroup.container.
BaseObject
设置描述
setDescription(String)
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
setId(T)
- Method in interface org.tinygroup.container.
BaseObject
设置标识
setId(K)
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
setList(List<T>)
- Method in interface org.tinygroup.container.
Container
setList(List<T>)
- Method in class org.tinygroup.container.impl.
ContainerImpl
setName(String)
- Method in interface org.tinygroup.container.
BaseObject
设置名字
setName(String)
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
setOrder(int)
- Method in interface org.tinygroup.container.
BaseObject
设置排序
setOrder(int)
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
setParent(T)
- Method in interface org.tinygroup.container.
Category
setParent(T)
- Method in class org.tinygroup.container.impl.
CategoryImpl
setParentId(K)
- Method in interface org.tinygroup.container.
Category
setParentId(K)
- Method in class org.tinygroup.container.impl.
CategoryImpl
setSubList(List<Category<K, T>>)
- Method in interface org.tinygroup.container.
Category
setSubList(List<Category<K, T>>)
- Method in class org.tinygroup.container.impl.
CategoryImpl
setTitle(String)
- Method in interface org.tinygroup.container.
BaseObject
设置标题
setTitle(String)
- Method in class org.tinygroup.container.impl.
BaseObjectImpl
T
TitleComparator
<
K
extends
Comparable
<
K
>,
T
extends
BaseObject
<
K
>> - Class in
org.tinygroup.container
排序比较器
对基础类型进行排序比较
TitleComparator()
- Constructor for class org.tinygroup.container.
TitleComparator
B
C
G
N
O
S
T
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2006–2017
TinyGroup
. All rights reserved.