| Interface | Description |
|---|---|
| AttributeStore | |
| AttributeStoreBuilder<T extends AttributeStore> | |
| Identifiable | |
| Temporal |
| Class | Description |
|---|---|
| AbstractAttributeStore |
A base attribute collection providing reusable implementations for interacting with a attribute store backed by
a hash map with sets in the value representing a multimap.
|
| AbstractAttributeStoreBuilder<T extends AttributeStore,B extends AttributeStoreBuilder<T>> | |
| Attribute<T> |
A value class representing a key/value pair with metadata.
|
| Pair<O,T> |
Copyright © 2018 Calrissian. All rights reserved.