Interface | Description |
---|---|
TByteList |
Interface for Trove list implementations.
|
TCharList |
Interface for Trove list implementations.
|
TDoubleList |
Interface for Trove list implementations.
|
TFloatList |
Interface for Trove list implementations.
|
TIntList |
Interface for Trove list implementations.
|
TLinkable<T extends TLinkable> |
Interface for Objects which can be inserted into a TLinkedList.
|
TLongList |
Interface for Trove list implementations.
|
TShortList |
Interface for Trove list implementations.
|
Class | Description |
---|---|
TLinkableAdapter<T extends TLinkable> |
Simple adapter class implementing
TLinkable , so you don't have to. |