| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<VALUETYPE> |
MapBasedReadOnlyAttributeContainer.getAllAttributeValues() |
ICommonsCollection<VALUETYPE> |
IAttributeContainer.getAllAttributeValues() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsList<ELEMENTTYPE> |
interface |
ICommonsNavigableSet<ELEMENTTYPE> |
interface |
ICommonsOrderedSet<ELEMENTTYPE> |
interface |
ICommonsSet<ELEMENTTYPE> |
interface |
ICommonsSortedSet<ELEMENTTYPE> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsArrayList<ELEMENTTYPE> |
class |
CommonsCopyOnWriteArrayList<ELEMENTTYPE> |
class |
CommonsCopyOnWriteArraySet<ELEMENTTYPE> |
class |
CommonsHashSet<ELEMENTTYPE> |
class |
CommonsLinkedHashSet<ELEMENTTYPE> |
class |
CommonsLinkedList<ELEMENTTYPE> |
class |
CommonsTreeSet<ELEMENTTYPE> |
class |
CommonsVector<ELEMENTTYPE> |
| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingStack<ELEMENTTYPE>
A version of a stack that does not use
Vector but an
CommonsArrayList as the underlying data structure as opposed to
Stack. |
class |
SafeArrayList<ELEMENTTYPE>
This is a specialized
CommonsArrayList that can handle read accesses on
list items that are not yet in the container. |
class |
SafeVector<ELEMENTTYPE>
This is a specialized
CommonsVector that can handle read accesses on
list items that are not yet in the container. |
class |
SingleElementList<ELEMENTTYPE>
Implementation of the
ICommonsList interface handling exactly one
element and no more! |
class |
WrappedCollection<ELEMENTTYPE>
This is a facade for a
Set. |
class |
WrappedList<ELEMENTTYPE>
This is a facade for a
List. |
class |
WrappedSet<ELEMENTTYPE>
This is a facade for a
Set. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<VALUETYPE> |
SingleElementMap.values() |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValuePairList<DATA1TYPE,DATA2TYPE>
This is a helper class that wraps a list of pair objects.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<? extends CHILDTYPE> |
IHasChildren.getAllChildren() |
ICommonsCollection<? extends CHILDTYPE> |
IChildrenProvider.getAllChildren(CHILDTYPE aCurrent)
Get the children of the passed object.
|
ICommonsCollection<? extends CHILDTYPE> |
ChildrenProviderHasChildren.getAllChildren(CHILDTYPE aCurrent) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<Locale> |
IHasLocales.getAllLocales() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<MimeTypeContent> |
MimeTypeDeterminator.getAllMimeTypeContents() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<? extends ITEMTYPE> |
BasicTree.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<? extends ITEMTYPE> |
BasicTreeWithID.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<IURLProtocol> |
URLProtocolRegistry.getAllProtocols() |
Copyright © 2014–2016 Philip Helger. All rights reserved.