| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<VALUETYPE> |
MapBasedReadOnlyAttributeContainer.getAllAttributeValues() |
ICommonsCollection<VALUETYPE> |
IAttributeContainer.getAllAttributeValues() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsList<ELEMENTTYPE>
A special
List interface with extended functionality based on
ICommonsCollection. |
interface |
ICommonsNavigableSet<ELEMENTTYPE>
A special
NavigableSet based interface with extended functionality
based on ICommonsSortedSet. |
interface |
ICommonsOrderedSet<ELEMENTTYPE>
A special ordered
Set based interface with extended functionality
based on ICommonsSet. |
interface |
ICommonsSet<ELEMENTTYPE>
A special
Set interface with extended functionality based on
ICommonsCollection. |
interface |
ICommonsSortedSet<ELEMENTTYPE>
A special
SortedSet based interface with extended functionality based
on ICommonsSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsArrayList<ELEMENTTYPE>
A special
ArrayList implementation based on ICommonsList. |
class |
CommonsCopyOnWriteArrayList<ELEMENTTYPE>
A special
CommonsCopyOnWriteArrayList implementation based on
ICommonsList. |
class |
CommonsCopyOnWriteArraySet<ELEMENTTYPE>
A special
CopyOnWriteArraySet implementation based on
ICommonsSet. |
class |
CommonsHashSet<ELEMENTTYPE>
A special
HashSet implementation based on ICommonsSet. |
class |
CommonsLinkedHashSet<ELEMENTTYPE>
A special
LinkedHashSet implementation based on
ICommonsOrderedSet. |
class |
CommonsLinkedList<ELEMENTTYPE>
A special
LinkedList implementation based on ICommonsList. |
class |
CommonsTreeSet<ELEMENTTYPE>
A special
TreeSet implementation based on
ICommonsNavigableSet. |
class |
CommonsVector<ELEMENTTYPE>
A special
Vector implementation based on ICommonsList. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptySortedSet<T>
Default implementation of an empty sorted set.
|
class |
LRUSet<ELEMENTTYPE>
A special ordered set, that has an upper limit of contained elements.
|
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 | Class and Description |
|---|---|
class |
AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Abstract multi map based on
ConcurrentHashMap. |
class |
AbstractMultiHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Abstract multi map based on
HashMap. |
class |
AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Abstract multi map based on
CommonsLinkedHashMap. |
class |
AbstractMultiTreeMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Abstract multi map based on
CommonsTreeMap. |
class |
AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Abstract multi map based on
WeakHashMap. |
interface |
IMultiMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Base interface for a multi map (one key with several values).
|
| 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 |
|---|---|
protected ICommonsCollection<com.helger.commons.io.monitor.FileMonitorAgent> |
FileMonitor.getAllAgents() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<Locale> |
IHasLocales.getAllLocales() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<MimeTypeContent> |
MimeTypeDeterminator.getAllMimeTypeContents() |
| Modifier and Type | Class and Description |
|---|---|
class |
URLParameterList
A list of URL parameters with a sanity API.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<IURLProtocol> |
URLProtocolRegistry.getAllProtocols() |
Copyright © 2014–2017 Philip Helger. All rights reserved.