| Package | Description |
|---|---|
| org.refcodes.collection | |
| org.refcodes.collection.impls |
| Class and Description |
|---|
| Clearable
Provides a mixin to clear a collection from all its contained elements.
|
| Containable
A
Containable is the base functionality provided container
(collection). |
| Container
Basic functionality being provided by any
Container (collection)
style class. |
| Container.ClearableContainer |
| Dictionary
Basic functionality being provided by any
Dictionary (map) style
class. |
| Dictionary.ClearableDictionary |
| Dictionary.MutableDictionary
Extends the
Dictionary with mutable (writable) functionality,
especially by providing #add(Object) and #remove(Object)
methods. |
| Dictionary.MutableDictionary.DictionaryBuilder
Provides a builder method for a
Relation property returning
the builder for applying multiple build operations. |
| Elements
Basic functionality being provided by any
Elements (collection) style
class. |
| Elements.ClearableElements |
| Elements.MutableElements
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. |
| Keys
This interface provides functionality for working with keys.
|
| Keys.ClearableKeys |
| Keys.MutableKeys
Adds mutable functionality to the
Keys interface. |
| Properties
The
Properties are a specialization of the Dictionary. |
| Properties.ClearableProperties |
| Properties.MutableProperties |
| Properties.PropertiesBuilder |
| Property |
| Relation
Provides an accessor for a key-to-value property useful in some occasions.
|
| Class and Description |
|---|
| Attribute
Interface describing a bean's attribute.
|
| Clearable
Provides a mixin to clear a collection from all its contained elements.
|
| Containable
A
Containable is the base functionality provided container
(collection). |
| Dictionary
Basic functionality being provided by any
Dictionary (map) style
class. |
| Dictionary.ClearableDictionary |
| Dictionary.MutableDictionary
Extends the
Dictionary with mutable (writable) functionality,
especially by providing #add(Object) and #remove(Object)
methods. |
| Dictionary.MutableDictionary.DictionaryBuilder
Provides a builder method for a
Relation property returning
the builder for applying multiple build operations. |
| Keys
This interface provides functionality for working with keys.
|
| Keys.ClearableKeys |
| Keys.MutableKeys
Adds mutable functionality to the
Keys interface. |
| Properties
The
Properties are a specialization of the Dictionary. |
| Properties.ClearableProperties |
| Properties.MutableProperties |
| Properties.PropertiesBuilder |
| Property |
| Relation
Provides an accessor for a key-to-value property useful in some occasions.
|
Copyright © 2016. All rights reserved.