| Class | Description |
|---|---|
| AbstractConcurrentListenerMultimap<TListener> |
A thread-safe implementation of a listener multimap.
|
| AbstractIntervalTree<TKey extends java.lang.Comparable<TKey>,TValue> |
Represents a generic store of intervals and associated values.
|
| BlockingHashMap<TKey,TValue> |
A map that supports blocking on read operations.
|
| ConcurrentPlayerMap<TValue> |
Represents a concurrent player map.
|
| IntegerSet |
Represents a very quick integer set that uses a lookup table to store membership.
|
| PacketTypeSet |
Represents a concurrent set of packet types.
|
| SortedCopyOnWriteArray<T extends java.lang.Comparable<T>> |
An implicitly sorted array list that preserves insertion order and maintains duplicates.
|
| Enum | Description |
|---|---|
| AbstractIntervalTree.State | |
| ConcurrentPlayerMap.PlayerKey |
Represents the different standard player keys,
|