| Package | Description |
|---|---|
| org.refcodes.collection | |
| org.refcodes.collection.impls |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Container<E>
Basic functionality being provided by any
Container (collection)
style class. |
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(). |
interface |
Dictionary<K,V>
Basic functionality being provided by any
Dictionary (map) style
class. |
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. |
interface |
Properties
The
Properties are a specialization of the Dictionary. |
static interface |
Properties.ClearableProperties |
static interface |
Properties.MutableProperties |
static interface |
Properties.PropertiesBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesImpl |
static class |
PropertiesImpl.MutablePropertiesImpl |
static class |
PropertiesImpl.PropertiesBuilderImpl |
Copyright © 2017. All rights reserved.