static interface |
CanonicalMap.CanonicalMapBuilder |
The Interface CanonicalMapBuilder.
|
static interface |
CanonicalMap.MutableCanonicalMap |
The Interface MutableCanonicalMap.
|
static interface |
Container.ClearableContainer<E> |
|
static interface |
Container.MutableContainer<E> |
Extends the Container with mutable (writable) functionality,
especially by enabling the Iterator.remove() method in the
Iterator provided via Elements.iterator() .
|
static interface |
Dictionary.MutableDictionary<K,V> |
|
static interface |
Dictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>> |
Provides a builder method for a Relation property returning
the builder for applying multiple build operations.
|
static interface |
Elements.ClearableElements<E> |
|
static interface |
Elements.MutableElements<E> |
|
static interface |
Keys.MutableKeys<K,V> |
Adds mutable functionality to the Keys interface.
|
static interface |
Keys.MutableValues<K,V> |
Mixin for mutable functionality accompanying the Keys interface.
|
static interface |
PathMap.MutablePathMap<T> |
Extends the PathMap with mutator functionality.
|
static interface |
PathMap.PathMapBuilder<T> |
Extends the PathMap with mutator functionality.
|
static interface |
PropertiesAccessorMixin.PropertiesBuilderMixin<T> |
Mixin with lots of builder default methods for String key/value
Map or Dictionary implementations.
|
static interface |
PropertiesAccessorMixin.PropertiesMixin |
Mixin with lots of accessing and mutating default methods for
String key/value Map or Dictionary
implementations.
|
static interface |
PropertiesAccessorMixin.PropertiesMutatorMixin |
Mixin with lots of mutating default methods for String key/value
Map or Dictionary implementations.
|