| Modifier and Type | Interface and Description |
|---|---|
interface |
ICallbackList<CALLBACKTYPE extends ICallback>
Read-only interface for a list of
ICallback objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackList<CALLBACKTYPE extends ICallback>
This class manages a list of callbacks.
|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsCollection<ELEMENTTYPE>
Case collection interface for my extended collection classes.
|
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 | Interface and Description |
|---|---|
interface |
IIterableIterator<ELEMENTTYPE>
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayIterator<ELEMENTTYPE>
This is a small helper class for iterating over arrays.
|
class |
FilterIterator<ELEMENTTYPE>
A simple filter iterator that takes a base iterator and an additional filter
and returns only the items that match the filter.
|
class |
IterableIterator<ELEMENTTYPE>
This class is used for simpler iteration over an Iterator via the new "for"
syntax.
|
class |
IterableIteratorFromEnumeration<ELEMENTTYPE>
Create an iterable iterator from an existing enumeration.
|
class |
MapperIterator<SRCTYPE,ELEMENTTYPE>
A simple iterator that changes the object type from a source type to a
destination type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUSet<ELEMENTTYPE>
A special ordered set, that has an upper limit of contained elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVReader
A very simple CSV reader released under a commercial-friendly license.
|
| Modifier and Type | Method and Description |
|---|---|
static ICommonsIterable<PDTZoneID> |
PDTZoneID.getDefaultZoneIDs() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasErrorLevels<IMPLTYPE extends IHasErrorLevel>
Interface representing an object having multiple objects with an error level
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IErrorList
Interface for a list of
IError objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorList
Default implementation of
IErrorList. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsIterable<? extends CHILDTYPE> |
IHasChildren.getChildren() |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpHeaderMap
Abstracts HTTP header interface for external usage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemIterator
Iterate over the content of a single directory.
|
class |
FileSystemRecursiveIterator
Recursively iterate the content of a file system directory.
|
| Modifier and Type | Method and Description |
|---|---|
static ICommonsIterable<WeakReference<Class<?>>> |
ClassHierarchyCache.getClassHierarchyIterator(Class<?> aClass)
Iterate the complete super class hierarchy of the passed class including
all super classes and all interfaces of the passed class and of all parent
classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryLogger
Keeps a set of
LogMessage objects in memory, offering an API similar
to SLF4J. |
| Modifier and Type | Class and Description |
|---|---|
class |
CombinationGenerator<DATATYPE>
Utility class for generating all possible combinations of elements for a
specified number of available slots.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLParameterList
A list of URL parameters with a sanity API.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.