- Key1Collection<E,K> - Class in org.magicwerk.brownies.collections
-
Key1Collection implements a collection with 1 key.
- Key1Collection.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key1Collection instances.
- Key1Collection.Builder() - Constructor for class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Default constructor.
- Key1List<E,K> - Class in org.magicwerk.brownies.collections
-
Key1List implements a key list with 1 key.
- Key1List.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key1List instances.
- Key1List.Builder() - Constructor for class org.magicwerk.brownies.collections.Key1List.Builder
-
Default constructor.
- Key2Collection<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2Collection implements a collection with 2 keys.
- Key2Collection.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key2Collection instances.
- Key2Collection.Builder() - Constructor for class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Default constructor.
- Key2List<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2List implements a key list with 2 keys.
- Key2List.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key2List instances.
- Key2List.Builder() - Constructor for class org.magicwerk.brownies.collections.Key2List.Builder
-
Default constructor.
- KeyCollection<E> - Class in org.magicwerk.brownies.collections
-
KeyCollection implements a collection.
- KeyCollection.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct TableCollection instances.
- KeyCollection.Builder() - Constructor for class org.magicwerk.brownies.collections.KeyCollection.Builder
-
Default constructor.
- KeyCollectionAsMap<K,E> - Class in org.magicwerk.brownies.collections
-
Implements a Map based on a key map in a KeyCollection or KeyList.
- KeyCollectionAsMap(KeyCollectionImpl<E>, int, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- KeyCollectionAsMap(KeyListImpl<E>, int, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- KeyCollectionAsSet<E> - Class in org.magicwerk.brownies.collections
-
Implements a Set based on a Collection.
- KeyCollectionAsSet(KeyCollectionImpl<E>, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsSet
-
- KeyCollectionImpl<E> - Class in org.magicwerk.brownies.collections
-
Add:
- validation fails: null / constraint
- duplicate not allowed (mode replace)
Triggers:
- triggers are called after the add/remove operation has finished
- if an exception is thrown in the trigger, the change already made to the collection is not undone
- KeyCollectionImpl.BuilderImpl<E> - Class in org.magicwerk.brownies.collections
-
Implementation of builder.
- KeyCollectionImpl.BuilderImpl() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- KeyCollectionImpl.BuilderImpl.KeyMapBuilder<E,K> - Class in org.magicwerk.brownies.collections
-
- KeyCollectionImpl.BuilderImpl.KeyMapBuilder() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
- KeyException - Exception in org.magicwerk.brownies.collections.exceptions
-
All exceptions thrown in KeyCollection/KeyList implementations
are of type KeyException.
- KeyException() - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyException(String) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyException(Throwable) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyException(String, Throwable) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyList<E> - Class in org.magicwerk.brownies.collections
-
KeyList implements a list.
- KeyList.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyList instances.
- KeyList.Builder() - Constructor for class org.magicwerk.brownies.collections.KeyList.Builder
-
Default constructor.
- KeyListImpl<E> - Class in org.magicwerk.brownies.collections
-
A KeyList add key handling features to GapList.
- keySet() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
Note that the returned set is immutable.