| Package | Description |
|---|---|
| org.refcodes.collection | |
| org.refcodes.collection.impls |
| Modifier and Type | Interface and Description |
|---|---|
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.ClearableDictionary<K,V>
|
static interface |
Dictionary.MutableDictionary<K,V>
Extends the
Dictionary with mutable (writable) functionality,
especially by providing #add(Object) and #remove(Object)
methods. |
static interface |
Elements.ClearableElements<E>
|
static interface |
Elements.MutableElements<E>
Extends the
Elements with mutable (writable) functionality,
especially by enabling the Iterator.remove() method in the
Iterator provided via Elements.MutableElements.iterator() and by providing the
Elements.MutableElements.add(Object) and the Elements.MutableElements.remove(Object) methods. |
static interface |
Keys.ClearableKeys<K,V>
|
static interface |
Keys.MutableKeys<K,V>
Adds mutable functionality to the
Keys interface. |
static interface |
Properties.ClearableProperties |
static interface |
Properties.MutableProperties |
static interface |
Properties.PropertiesBuilder |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesImpl.MutablePropertiesImpl |
static class |
PropertiesImpl.PropertiesBuilderImpl |
Copyright © 2016. All rights reserved.