| Interface | Description |
|---|---|
| BlueKey |
A key that can be mapped to a value in a
BlueCollection or BlueIndex.Known implementations include TimeKey, TimeFrameKey, UUIDKey, StringKey, LongKey, IntegerKey |
| Class | Description |
|---|---|
| HashGroupedKey<T extends java.lang.Comparable<T>> |
A key that can be mapped to a value in a
BlueCollection or BlueIndex. |
| IntegerKey |
A key that can be mapped to a value in a
BlueCollection or BlueIndex. |
| LongKey |
A key that can be mapped to a value in a
BlueCollection or BlueIndex. |
| StringKey |
A key that can be mapped to a value in a
BlueCollection or BlueIndex. |
| TimeFrameKey |
A key that can be mapped to a value in a
BlueCollection or BlueIndex. |
| TimeKey |
A key that can be mapped to a value in a
BlueCollection or BlueIndex. |
| UUIDKey |
A key that can be mapped to a value in a
BlueCollection or BlueIndex. |
| ValueKey |
A subclass for BlueKeys that are not based on time.
|