| Class | Description |
|---|---|
| AbstractCharSequence |
Abstract implementation of character sequence
with
String-like implementation
of hashCode() and equals(). |
| AbstractCharSequence.StringLike |
Subclass providing string-like implementation
of
hashCode() and equals()
method accepting strings with the same content
like charsequence has. |
| ArrayUtilities |
Utility methods related to arrays.
|
| CharacterConversions |
Provides some useful methods for character conversions.
|
| CharSequenceUtilities |
Utility methods related to character sequences.
|
| CharSubSequence |
Subsequence of the given character sequence.
|
| CharSubSequence.StringLike |
Subclass providing string-like implementation
of
hashCode() and equals()
method accepting strings with the same content
like charsequence has. |
| CompactMap<K,V> |
Map implementation that allows to define the class that implements
the
Map.Entry. |
| CompactMap.DefaultMapEntry<K,V> |
Default implementation of the map entry similar to e.g.
|
| CompactMap.MapEntry<K,V> |
Abstract implementation of the map entry.
|
| FlyOffsetGapList<E> |
A variant of
OffsetGapList additionally supporting
flyweight (non-modifiable) elements. |
| GapList<E> |
List implementation that stores items in an array
with a gap.
|
| ListenerList<T extends EventListener> |
Listener list storing listeners of a single type.
|
| OffsetGapList<E> |
Extension of the gap list which is expected to store elements
that have an integer offset stored in them.
|
| PriorityListenerList<T extends EventListener> |
Listener list that layers the maintained listeners
according to the given priority index.
|
| PriorityMutex |
Mutex that allows only one thread to proceed
other threads must wait until that one finishes.
|
| StringEscapeUtils |
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.