Interface | Description |
---|---|
GenericFactory<T> | |
IteratorInt | |
ObjectWell.ObjectFactory | |
PrototypeFactory.PrototypeObject |
Class | Description |
---|---|
CanonByteChars |
Implements a canonical set of ByteChars values, akin to the String intern pool.
|
Circulist<T> |
This class implements an array-backed circular list.
|
GenericIterator<T> | |
HashedMap<K,V> | |
HashedMapEntries<K,V> | |
HashedMapIntInt |
Same idea as HashedMap, but hardcodes both the key and value types as primitive Ints, since generics don't support
primitives (not without auto-boxing, which generates garbage for the GC).
|
HashedMapIntKey<V> |
Same idea as HashedMap, but hardcodes key type as primitive Ints, since generics don't support primitives (not without auto-boxing, which
generates garbage for the GC).
|
HashedMapIntValue<K> |
Same idea as
HashedMap , but hardcodes Value type as primitive Ints, since generics don't support primitives (not without auto-boxing, which
generates garbage for the GC). |
HashedSet<E> | |
HashedSetInt |
Same idea as HashedSet, except with integer keys.
|
NumberList | |
ObjectPile<T> |
This class implements an efficient object container, in which anonymous objects can be stored and later retrieved.
|
ObjectQueue<T> |
Simple FIFO queue, with the ability to peek at the head.
|
ObjectWell<T> |
An object container which also manufactures objects on demand.
|
PrototypeFactory |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.