| Package | Description |
|---|---|
| org.refcodes.collection | |
| org.refcodes.collection.impls |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attribute
Interface describing a bean's attribute.
|
interface |
Property |
| Modifier and Type | Method and Description |
|---|---|
V |
Dictionary.MutableDictionary.put(Relation<K,V> aRelation)
Adds the given element related to the given key.
|
B |
Dictionary.MutableDictionary.DictionaryBuilder.with(Relation<K,V> aRelation) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl
Class describing a beans's attribute.
|
class |
PropertyImpl |
class |
RelationImpl<K,V>
Property accessor needful in some cases.
|
| Modifier and Type | Method and Description |
|---|---|
Relation<K,V> |
RelationImpl.withKey(K aKey) |
Relation<K,V> |
RelationImpl.withValue(V aValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
PropertiesImpl.MutablePropertiesImpl.put(Relation<String,String> aRelation) |
Properties.PropertiesBuilder |
PropertiesImpl.PropertiesBuilderImpl.with(Relation<String,String> aRelation) |
Copyright © 2016. All rights reserved.