| Package | Description |
|---|---|
| org.refcodes.collection | |
| org.refcodes.collection.impls |
| Modifier and Type | Interface and Description |
|---|---|
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. |
static interface |
Keys.ClearableKeys<K,V>
|
static interface |
Keys.MutableKeys<K,V>
Adds mutable functionality to the
Keys interface. |
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.