Skip navigation links
A B C D E F G H I K L M O P R S T V W _ 

A

add(E) - Method in interface org.refcodes.structure.Elements.MutableElements
Attribute - Interface in org.refcodes.structure
Interface describing a bean's attribute with a key represented by a String and the value being of any type.
Attribute.AttributeBuilder - Interface in org.refcodes.structure
Adds builder functionality to an Attribute.
AttributeBuilderImpl() - Constructor for class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
Instantiates a new attribute builder impl.
AttributeBuilderImpl(String, Object) - Constructor for class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
Instantiates a new attribute builder impl.
AttributeImpl - Class in org.refcodes.structure.impls
Class describing a beans's attribute.
AttributeImpl() - Constructor for class org.refcodes.structure.impls.AttributeImpl
Instantiates a new attribute impl.
AttributeImpl(String, Object) - Constructor for class org.refcodes.structure.impls.AttributeImpl
Constructs a key-to-value property.
AttributeImpl.AttributeBuilderImpl - Class in org.refcodes.structure.impls
Implementation of the Property.PropertyBuilder interface.

B

BooleanArrayAccessor - Interface in org.refcodes.structure
Provides an accessor for a boolean array property.
BooleanArrayAccessor.BooleanArrayBuilder<B extends BooleanArrayAccessor.BooleanArrayBuilder<B>> - Interface in org.refcodes.structure
Provides a builder method for a boolean array property returning the builder for applying multiple build operations.
BooleanArrayAccessor.BooleanArrayMutator - Interface in org.refcodes.structure
Provides a mutator for a boolean array property.
BooleanArrayAccessor.BooleanArrayProperty - Interface in org.refcodes.structure
Provides a boolean array property.
ByteArrayAccessor - Interface in org.refcodes.structure
Provides an accessor for a byte array property.
ByteArrayAccessor.ByteArrayBuilder<B extends ByteArrayAccessor.ByteArrayBuilder<B>> - Interface in org.refcodes.structure
Provides a builder method for a byte array property returning the builder for applying multiple build operations.
ByteArrayAccessor.ByteArrayMutator - Interface in org.refcodes.structure
Provides a mutator for a byte array property.
ByteArrayAccessor.ByteArrayProperty - Interface in org.refcodes.structure
Provides a byte array property.

C

CanonicalMap - Interface in org.refcodes.structure
The CanonicalMap is an "intermediate" type adding type and Data-Structure related functionality to any implementing class.
CanonicalMap.CanonicalMapBuilder - Interface in org.refcodes.structure
The Interface CanonicalMapBuilder.
CanonicalMap.MutableCanonicalMap - Interface in org.refcodes.structure
The Interface MutableCanonicalMap.
CanonicalMapBuilderImpl - Class in org.refcodes.structure.impls
The Class CanonicalMapBuilderImpl.
CanonicalMapBuilderImpl() - Constructor for class org.refcodes.structure.impls.CanonicalMapBuilderImpl
Instantiates a new canonical map builder impl.
CanonicalMapBuilderImpl(Object) - Constructor for class org.refcodes.structure.impls.CanonicalMapBuilderImpl
Instantiates a new canonical map builder impl.
CanonicalMapBuilderImpl(Properties) - Constructor for class org.refcodes.structure.impls.CanonicalMapBuilderImpl
Instantiates a new canonical map builder impl.
CanonicalMapBuilderImpl(Map<?, ?>) - Constructor for class org.refcodes.structure.impls.CanonicalMapBuilderImpl
Instantiates a new canonical map builder impl.
CanonicalMapImpl - Class in org.refcodes.structure.impls
The Class CanonicalMapImpl.
CanonicalMapImpl(Object) - Constructor for class org.refcodes.structure.impls.CanonicalMapImpl
Instantiates a new canonical map impl.
CanonicalMapImpl(Properties) - Constructor for class org.refcodes.structure.impls.CanonicalMapImpl
Instantiates a new canonical map impl.
CanonicalMapImpl(Map<?, ?>) - Constructor for class org.refcodes.structure.impls.CanonicalMapImpl
Instantiates a new canonical map impl.
clear() - Method in interface org.refcodes.structure.Clearable
Clears all elements contained in the implementing instance.
Clearable - Interface in org.refcodes.structure
Provides a mixin to clear a collection from all its contained elements.
compute(String, BiFunction<? super String, ? super T, ? extends T>) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
computeIfAbsent(String, Function<? super String, ? extends T>) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
computeIfPresent(String, BiFunction<? super String, ? super T, ? extends T>) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
Containable - Interface in org.refcodes.structure
A Containable is the base functionality provided container (collection).
Container<E> - Interface in org.refcodes.structure
Basic functionality being provided by any Container (collection) style class.
Container.ClearableContainer<E> - Interface in org.refcodes.structure
Extends the Container interface with Clearable functionality (as of Clearable.clear()).
Container.MutableContainer<E> - Interface in org.refcodes.structure
Extends the Container with mutable (writable) functionality, especially by enabling the Iterator.remove() method in the Iterator provided via Elements.iterator().
contains(Object) - Method in interface org.refcodes.structure.Elements
Tests whether the specified object is an element of the Elements (collection).
containsKey(Object) - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
containsKey(Object) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
containsKey(Object) - Method in class org.refcodes.structure.impls.PathMapImpl
 
containsKey(Object) - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
containsKey(Object) - Method in class org.refcodes.structure.impls.PropertiesImpl
 
containsKey(Object) - Method in interface org.refcodes.structure.Keys
Tests whether there is an element with the given key.
containsValue(Object) - Method in interface org.refcodes.structure.CanonicalMap
Contains value.
containsValue(Object) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Contains value.
containsValue(Object) - Method in class org.refcodes.structure.impls.PathMapImpl
 
containsValue(Object) - Method in interface org.refcodes.structure.Keys
This method is defined for the sake of Map conformity, especially regarding the Properties.MutableProperties.
containsValue(Object) - Method in interface org.refcodes.structure.Properties
Contains value.
containsValue(Object) - Method in interface org.refcodes.structure.Properties.MutableProperties
Contains value.

D

DEFAULT_COMMENT - Static variable in interface org.refcodes.structure.CanonicalMap
 
DEFAULT_COMMENT - Static variable in interface org.refcodes.structure.Properties
 
delete(String) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Delete.
delete(String) - Method in interface org.refcodes.structure.Keys.MutableKeys
Removes an element identified by the given key.
delete(String) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Delete.
delete(String) - Method in interface org.refcodes.structure.Properties.MutableProperties
Delete.
Dictionary<K,V> - Interface in org.refcodes.structure
Basic functionality being provided by any Dictionary (map) style class.
Dictionary.MutableDictionary<K,V> - Interface in org.refcodes.structure
Extends the Dictionary with mutable (writable) functionality, especially by providing Keys.MutableValues.put(Object, Object) and Keys.MutableKeys.delete(String) methods.
Dictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>> - Interface in org.refcodes.structure
Provides a builder method for a Relation property returning the builder for applying multiple build operations.
directories() - Method in interface org.refcodes.structure.PathMap
Applies the PathMap.directories(String) method for the root path "/".
directories(String) - Method in interface org.refcodes.structure.PathMap
Retrieves the directory names below the given path excluding any entries representing records.
DoubleArrayAccessor - Interface in org.refcodes.structure
Provides an accessor for a double array property.
DoubleArrayAccessor.DoubleArrayBuilder<B extends DoubleArrayAccessor.DoubleArrayBuilder<B>> - Interface in org.refcodes.structure
Provides a builder method for a double array property returning the builder for applying multiple build operations.
DoubleArrayAccessor.DoubleArrayMutator - Interface in org.refcodes.structure
Provides a mutator for a double array property.
DoubleArrayAccessor.DoubleArrayProperty - Interface in org.refcodes.structure
Provides a double array property.

E

Elements<E> - Interface in org.refcodes.structure
Basic functionality being provided by any Elements (collection) style class.
Elements.ClearableElements<E> - Interface in org.refcodes.structure
Extends the Elements interface with Clearable functionality (as of Clearable.clear()).
Elements.MutableElements<E> - Interface in org.refcodes.structure
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.
entries() - Method in interface org.refcodes.structure.PathMap
Retrieves the records names excluding from the root path.
entries(String) - Method in interface org.refcodes.structure.PathMap
Retrieves the entry names below the given path including records as well as directories.

F

FloatArrayAccessor - Interface in org.refcodes.structure
Provides an accessor for a float array property.
FloatArrayAccessor.FloatArrayBuilder<B extends FloatArrayAccessor.FloatArrayBuilder<B>> - Interface in org.refcodes.structure
Provides a builder method for a float array property returning the builder for applying multiple build operations.
FloatArrayAccessor.FloatArrayMutator - Interface in org.refcodes.structure
Provides a mutator for a float array property.
FloatArrayAccessor.FloatArrayProperty - Interface in org.refcodes.structure
Provides a float array property.
fromProperties() - Method in interface org.refcodes.structure.Properties
This method creates a Properties instance from this Properties instance's elements (key/value-pairs) as of interoperability reasons.

G

get(Object) - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
get(Object) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
get(Object) - Method in class org.refcodes.structure.impls.PathMapImpl
 
get(Object) - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
get(Object) - Method in class org.refcodes.structure.impls.PropertiesImpl
 
get(Object) - Method in interface org.refcodes.structure.Keys
Retrieves the element assigned to the given key.
get(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Retrieves the element assigned to the given key.
getArray() - Method in interface org.refcodes.structure.PathMap
Applies the PathMap.getArray(String) method for the root path "/".
getArray(String) - Method in interface org.refcodes.structure.PathMap
Returns the records below the given path in an array.
getBoolean(String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Boolean value of the property referred to by the key.
getBoolean(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Boolean value of the property referred to by the key.
getBooleans() - Method in interface org.refcodes.structure.BooleanArrayAccessor
Retrieves the boolean array from the boolean array property.
getByte(String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Byte value of the property referred to by the key.
getByte(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Byte value of the property referred to by the key.
getBytes() - Method in interface org.refcodes.structure.ByteArrayAccessor
Retrieves the byte array from the byte array property.
getDelimiter() - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
getDelimiter() - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
getDelimiter() - Method in class org.refcodes.structure.impls.PathMapImpl
 
getDelimiter() - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
getDelimiter() - Method in class org.refcodes.structure.impls.PropertiesImpl
 
getDouble(String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Double value of the property referred to by the key.
getDouble(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Double value of the property referred to by the key.
getDoubles() - Method in interface org.refcodes.structure.DoubleArrayAccessor
Retrieves the double array from the double array property.
getFloat(String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Float value of the property referred to by the key.
getFloat(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Float value of the property referred to by the key.
getFloats() - Method in interface org.refcodes.structure.FloatArrayAccessor
Retrieves the float array from the float array property.
getInteger(String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Integer value of the property referred to by the key.
getInteger(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Integer value of the property referred to by the key.
getKey() - Method in class org.refcodes.structure.impls.RelationImpl
 
getLong(String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Long value of the property referred to by the key.
getLong(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Long value of the property referred to by the key.
getLongs() - Method in interface org.refcodes.structure.LongArrayAccessor
Retrieves the long array from the long array property.
getMaxValue() - Method in class org.refcodes.structure.impls.RangeImpl
 
getMinValue() - Method in class org.refcodes.structure.impls.RangeImpl
 
getOrDefault(Object, T) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
getRuntimeProfiles() - Method in interface org.refcodes.structure.ProfileProperties
The ProfileProperties.getRuntimeProfilesPath() points to an array with the Runtime-Profiles denoted as follows (defaults to "runtime/Runtime-Profiles" pointing to your active Runtime-Profiles): runtime/Runtime-Profiles/0=local runtime/Runtime-Profiles/1=oauth runtime/Runtime-Profiles/2=development In case a value is found at the path "runtime/Runtime-Profiles", this is parsed as a comma-separated list and converted to an array.
getRuntimeProfilesPath() - Method in class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
 
getRuntimeProfilesPath() - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
getRuntimeProfilesPath() - Method in interface org.refcodes.structure.ProfileProperties
Returns the path which points to your active Runtime-Profiles.
getShort(String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Short value of the property referred to by the key.
getShort(Enum<?>) - Method in interface org.refcodes.structure.PropertiesAccessorMixin
Returns the Short value of the property referred to by the key.
getShorts() - Method in interface org.refcodes.structure.ShortArrayAccessor
Retrieves the short array from the short array property.
getStrings() - Method in interface org.refcodes.structure.StringArrayAccessor
Retrieves the String array from the String array property.
getType() - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
getType() - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
getType() - Method in class org.refcodes.structure.impls.PathMapImpl
 
getType() - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
getType() - Method in class org.refcodes.structure.impls.PropertiesImpl
 
getValue() - Method in class org.refcodes.structure.impls.RelationImpl
 

H

hasParentPath(String) - Method in interface org.refcodes.structure.PathMap
Tests whether there exists a parent path for the given path.

I

insert(Object) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Insects the given object and adds all elements found in the given object.
insert(String, Object, String) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Same as PathMap.MutablePathMap.insert(Object) though starting insertion of object's introspected values at the given "to-path" and starting object introspection at the given "from-path", e.g. ignoring all paths not starting with the given path during the introspection process.
insertFrom(Object, String) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Same as PathMap.MutablePathMap.insert(Object) though starting object introspection at the given "path", e.g. ignoring all paths not starting with the given path during the introspection process.
insertTo(String, Object) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Same as PathMap.MutablePathMap.insert(Object) though starting insertion of object's introspected values at the given "path".
isArray() - Method in interface org.refcodes.structure.PathMap
Applies the PathMap.isArray(String) method for the root path "/".
isArray(String) - Method in interface org.refcodes.structure.PathMap
Determines as of PathMap.getArray(String) if the elements below the given path can be seen as an array.
isDirectory(String) - Method in interface org.refcodes.structure.PathMap
Determines whether the give path points to a directory in terms of PathMap.directories(String).
isEmpty() - Method in interface org.refcodes.structure.Containable
Tests whether the accumulation is empty or not.
isEmpty() - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
isEmpty() - Method in class org.refcodes.structure.impls.PathMapImpl
 
isEmpty() - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
isEmpty() - Method in class org.refcodes.structure.impls.PropertiesImpl
 
isEntry(String) - Method in interface org.refcodes.structure.PathMap
Determines whether the give path points to an entry in terms of PathMap.entries(String).
isMember(V) - Method in interface org.refcodes.structure.Range
Returns true if the given value is within the range of MinValueAccessor.getMinValue() and MaxValueAccessor.getMaxValue() (including the minimum and maximum values).
isRecord(String) - Method in interface org.refcodes.structure.PathMap
Determines whether the give path points to a record in terms of PathMap.records(String).
isRootPath(String) - Method in interface org.refcodes.structure.PathMap
Determines whether the given path represents the toor path.
iterator() - Method in interface org.refcodes.structure.Elements
Returns an Iterator instance of all the data elements contained in the Elements (collection). ------------------------------------------------------------------------- ATTENTION: The Iterator.remove() method may be disabled in the returned Iterator instance as the Elements is supposed to be read-only.
iterator() - Method in interface org.refcodes.structure.Elements.MutableElements
Returns an Iterator instance of all the data elements contained in the container (collection). --------------------------------------------------------------------- ATTENTION: The Iterator.remove() method is enabled in the returned Iterator instance as the Elements.MutableElements is possibly readable and writable.

K

Keys<K,V> - Interface in org.refcodes.structure
This interface provides functionality for working with keys.
Keys.MutableKeys<K,V> - Interface in org.refcodes.structure
Adds mutable functionality to the Keys interface.
Keys.MutableValues<K,V> - Interface in org.refcodes.structure
Mixin for mutable functionality accompanying the Keys interface.
keySet() - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
keySet() - Method in class org.refcodes.structure.impls.PathMapImpl
 
keySet() - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
keySet() - Method in class org.refcodes.structure.impls.PropertiesImpl
 
keySet() - Method in interface org.refcodes.structure.Keys
Retrieves a collection containing all the keys found in the elements of this collection.
keySet(String) - Method in interface org.refcodes.structure.PathMap
Same as Keys.keySet() with the difference, that only the paths are contained belonging to the given path, excluding the given path.

L

loadFrom(String) - Method in interface org.refcodes.structure.Properties.MutableProperties
Loads the properties from the given File.
loadFrom(File) - Method in interface org.refcodes.structure.Properties.MutableProperties
Loads the properties from the given File.
loadFrom(InputStream) - Method in interface org.refcodes.structure.Properties.MutableProperties
Loads the properties from the given InputStream.
loadFrom(URL) - Method in interface org.refcodes.structure.Properties.MutableProperties
Loads the properties from the given URL.
LongArrayAccessor - Interface in org.refcodes.structure
Provides an accessor for a long array property.
LongArrayAccessor.LongArrayBuilder<B extends LongArrayAccessor.LongArrayBuilder<B>> - Interface in org.refcodes.structure
Provides a builder method for a long array property returning the builder for applying multiple build operations.
LongArrayAccessor.LongArrayMutator - Interface in org.refcodes.structure
Provides a mutator for a long array property.
LongArrayAccessor.LongArrayProperty - Interface in org.refcodes.structure
Provides a long array property.

M

merge(String, T, BiFunction<? super T, ? super T, ? extends T>) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 

O

org.refcodes.structure - package org.refcodes.structure
This artifact contains base definitions regarding collections being used throughout the `REFCODES.ORG` artifacts; to unify management of various kinds of collections.
org.refcodes.structure.impls - package org.refcodes.structure.impls
 

P

PathMap<T> - Interface in org.refcodes.structure
A PathMap is a flat map by which each element is addressed by a path; represented by the PathMap's keys.
PathMap.MutablePathMap<T> - Interface in org.refcodes.structure
Extends the PathMap with mutator functionality.
PathMap.PathMapBuilder<T> - Interface in org.refcodes.structure
Extends the PathMap with mutator functionality.
PathMapBuilderImpl<T> - Class in org.refcodes.structure.impls
The Class PathMapBuilderImpl.
PathMapBuilderImpl(Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(Object, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(String, Object, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(Object, String, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(String, Object, String, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(Object, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(String, Object, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(Object, String, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapBuilderImpl(String, Object, String, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapBuilderImpl
Instantiates a new path map builder impl.
PathMapImpl<T> - Class in org.refcodes.structure.impls
The Class PathMapImpl.
PathMapImpl(char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(Object, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(Object, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(String, Object, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(Object, String, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(String, Object, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(Object, String, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(String, Object, String, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(String, Object, String, char, Class<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
PathMapImpl(PathMap<T>) - Constructor for class org.refcodes.structure.impls.PathMapImpl
Instantiates a new path map impl.
paths() - Method in interface org.refcodes.structure.PathMap
Same as Keys.keySet() with according semantics in the method name.
paths(String) - Method in interface org.refcodes.structure.PathMap
Same as PathMap.keySet(String) with according semantics in the method name.
ProfileProperties - Interface in org.refcodes.structure
The ProfileProperties extend the Properties with Runtime-Profiles support.
ProfileProperties.MutableProfileProperties - Interface in org.refcodes.structure
The Interface MutableProfileProperties.
ProfileProperties.ProfilePropertiesBuilder - Interface in org.refcodes.structure
The Interface ProfilePropertiesBuilder.
ProfilePropertiesBuilderImpl - Class in org.refcodes.structure.impls
The Class ProfilePropertiesBuilderImpl.
ProfilePropertiesBuilderImpl() - Constructor for class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
Instantiates a new profile properties builder impl.
ProfilePropertiesBuilderImpl(File) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
Instantiates a new profile properties builder impl.
ProfilePropertiesBuilderImpl(Map<?, ?>) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
Instantiates a new profile properties builder impl.
ProfilePropertiesBuilderImpl(Properties) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
Instantiates a new profile properties builder impl.
ProfilePropertiesBuilderImpl(String) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
Instantiates a new profile properties builder impl.
ProfilePropertiesBuilderImpl(InputStream) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
Instantiates a new profile properties builder impl.
ProfilePropertiesBuilderImpl(URL) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
Instantiates a new profile properties builder impl.
ProfilePropertiesImpl - Class in org.refcodes.structure.impls
The Class ProfilePropertiesImpl.
ProfilePropertiesImpl() - Constructor for class org.refcodes.structure.impls.ProfilePropertiesImpl
Instantiates a new profile properties impl.
ProfilePropertiesImpl(File) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesImpl
Instantiates a new profile properties impl.
ProfilePropertiesImpl(String) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesImpl
Instantiates a new profile properties impl.
ProfilePropertiesImpl(Properties) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesImpl
Instantiates a new profile properties impl.
ProfilePropertiesImpl(ProfileProperties) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesImpl
Instantiates a new profile properties impl.
ProfilePropertiesImpl(Map<?, ?>) - Constructor for class org.refcodes.structure.impls.ProfilePropertiesImpl
Instantiates a new profile properties impl.
Properties - Interface in org.refcodes.structure
The Properties are a specialization of the Dictionary.
Properties.MutableProperties - Interface in org.refcodes.structure
The Interface MutableProperties.
Properties.PropertiesBuilder - Interface in org.refcodes.structure
The Interface PropertiesBuilder.
PropertiesAccessorMixin - Interface in org.refcodes.structure
Mixin with lots of accessor default methods for String key/value Map or Dictionary implementations.
PropertiesAccessorMixin.PropertiesMixin - Interface in org.refcodes.structure
Mixin with lots of accessing and mutating default methods for String key/value Map or Dictionary implementations.
PropertiesAccessorMixin.PropertiesMutatorMixin - Interface in org.refcodes.structure
Mixin with lots of mutating default methods for String key/value Map or Dictionary implementations.
PropertiesBuilderImpl - Class in org.refcodes.structure.impls
The Class PropertiesBuilderImpl.
PropertiesBuilderImpl() - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesBuilderImpl(Object) - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesBuilderImpl(Properties) - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesBuilderImpl(Map<?, ?>) - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesBuilderImpl(File) - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesBuilderImpl(String) - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesBuilderImpl(InputStream) - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesBuilderImpl(URL) - Constructor for class org.refcodes.structure.impls.PropertiesBuilderImpl
Instantiates a new properties builder impl.
PropertiesImpl - Class in org.refcodes.structure.impls
The Class PropertiesImpl.
PropertiesImpl(Object) - Constructor for class org.refcodes.structure.impls.PropertiesImpl
Instantiates a new properties impl.
PropertiesImpl(File) - Constructor for class org.refcodes.structure.impls.PropertiesImpl
Instantiates a new properties impl.
PropertiesImpl(String) - Constructor for class org.refcodes.structure.impls.PropertiesImpl
Instantiates a new properties impl.
PropertiesImpl(InputStream) - Constructor for class org.refcodes.structure.impls.PropertiesImpl
Instantiates a new properties impl.
PropertiesImpl(URL) - Constructor for class org.refcodes.structure.impls.PropertiesImpl
Instantiates a new properties impl.
PropertiesImpl(Properties) - Constructor for class org.refcodes.structure.impls.PropertiesImpl
Instantiates a new properties impl.
PropertiesImpl(Map<?, ?>) - Constructor for class org.refcodes.structure.impls.PropertiesImpl
Instantiates a new properties impl.
Property - Interface in org.refcodes.structure
A Property is defined as being String representing a property's key and a String representing the proprty's value.
Property.PropertyBuilder - Interface in org.refcodes.structure
Adds builder functionality to a Property.
PropertyBuilderImpl() - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Use the builder methods or the bean attributes to set the key and the value.
PropertyBuilderImpl(String, char) - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Initializes the PropertyImpl.PropertyBuilderImpl with the given values.
PropertyBuilderImpl(String, String) - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Initializes the PropertyImpl.PropertyBuilderImpl with the given values.
PropertyBuilderImpl(String) - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Initializes the PropertyImpl.PropertyBuilderImpl with the given values.
PropertyImpl - Class in org.refcodes.structure.impls
Implementation of the Property interface.
PropertyImpl() - Constructor for class org.refcodes.structure.impls.PropertyImpl
Instantiates a new property impl.
PropertyImpl(String, String) - Constructor for class org.refcodes.structure.impls.PropertyImpl
Initializes the PropertyImpl with the given values.
PropertyImpl(String) - Constructor for class org.refcodes.structure.impls.PropertyImpl
Initializes the PropertyImpl with the given values.
PropertyImpl(String, char) - Constructor for class org.refcodes.structure.impls.PropertyImpl
Initializes the PropertyImpl with the given values.
PropertyImpl.PropertyBuilderImpl - Class in org.refcodes.structure.impls
Implementation of the PropertyBuilder interface.
put(Relation<String, String>) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Put.
put(Relation<K, V>) - Method in interface org.refcodes.structure.Dictionary.MutableDictionary
Adds the given element related to the given key.
put(String, T) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
put(K, V) - Method in interface org.refcodes.structure.Keys.MutableValues
Puts an element identified by the given key.
put(Relation<String, T>) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Put.
put(String, String, T) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Puts the given value into the child's path, relative to the given parent's path.
put(Relation<String, String>) - Method in interface org.refcodes.structure.Properties.MutableProperties
Put.
put(Property) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Puts the key/value-pair from the provided Property.
put(Enum<?>, String) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Adds the given element related to the given key.
putAll(Map<? extends String, ? extends String>) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Put all.
putAll(CanonicalMap) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
This method inserts all elements (key/value-pairs) found in the provided CanonicalMap instances of interoperability reasons.
putAll(Properties) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
This method inserts all elements (key/value-pairs) found in the provided Properties instances of interoperability reasons.
putAll(Map<? extends String, ? extends String>) - Method in interface org.refcodes.structure.Properties.MutableProperties
Put all.
putAll(Properties) - Method in interface org.refcodes.structure.Properties.MutableProperties
This method inserts all elements (key/value-pairs) found in the provided Properties instances of interoperability reasons.
putAll(Properties) - Method in interface org.refcodes.structure.Properties.MutableProperties
This method inserts all elements (key/value-pairs) found in the provided Properties instances of interoperability reasons.
putArray(T[]) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Applies the PathMap.MutablePathMap.putArray(Object[]) method for the root path "/".
putArray(String, T[]) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Sets the records below the given path in an array and replaces any existing array.
putBoolean(String, Boolean) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Boolean value for the property referred to by the key.
putBoolean(Enum<?>, Boolean) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Boolean value for the property referred to by the key.
putByte(String, Byte) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Byte value for the property referred to by the key.
putByte(Enum<?>, Byte) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Byte value for the property referred to by the key.
putDouble(String, Double) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Double value for the property referred to by the key.
putDouble(Enum<?>, Double) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Double value for the property referred to by the key.
putFloat(String, Float) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Float value for the property referred to by the key.
putFloat(Enum<?>, Float) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Float value for the property referred to by the key.
putIfAbsent(String, T) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
putInteger(String, Integer) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Integer value for the property referred to by the key.
putInteger(Enum<?>, Integer) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Integer value for the property referred to by the key.
putLong(String, Long) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Long value for the property referred to by the key.
putLong(Enum<?>, Long) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Long value for the property referred to by the key.
putShort(String, Short) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Short value for the property referred to by the key.
putShort(Enum<?>, Short) - Method in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
Sets the Short value for the property referred to by the key.

R

Range<V extends Number & Comparable<V>> - Interface in org.refcodes.structure
Interface describing a range with a minimum value and a maximum value.
Range.RangeBuilder<V extends Number & Comparable<V>> - Interface in org.refcodes.structure
Adds builder functionality to a Range.
RangeBuilderImpl() - Constructor for class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
Instantiates a new range builder impl.
RangeBuilderImpl(V, V) - Constructor for class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
Instantiates a new range builder impl.
RangeImpl<V extends Number & Comparable<V>> - Class in org.refcodes.structure.impls
The Class RangeImpl.
RangeImpl() - Constructor for class org.refcodes.structure.impls.RangeImpl
Instantiates a new range impl.
RangeImpl(V, V) - Constructor for class org.refcodes.structure.impls.RangeImpl
Instantiates a new range impl.
RangeImpl.RangeBuilderImpl<V extends Number & Comparable<V>> - Class in org.refcodes.structure.impls
The Class RangeBuilderImpl.
records() - Method in interface org.refcodes.structure.PathMap
Applies the PathMap.records(String) method for the root path "/".
records(String) - Method in interface org.refcodes.structure.PathMap
Retrieves the records names below the given path excluding any entries representing directories.
Relation<K,V> - Interface in org.refcodes.structure
Provides an accessor for a key-to-value property useful in some occasions.
Relation.RelationBuilder<K,V> - Interface in org.refcodes.structure
Adds builder functionality to a Relation.
RelationBuilderImpl() - Constructor for class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
Instantiates a new relation builder impl.
RelationBuilderImpl(K, V) - Constructor for class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
Instantiates a new relation builder impl.
RelationImpl<K,V> - Class in org.refcodes.structure.impls
Implementation of the Relation interface.
RelationImpl() - Constructor for class org.refcodes.structure.impls.RelationImpl
Instantiates a new relation impl.
RelationImpl(K, V) - Constructor for class org.refcodes.structure.impls.RelationImpl
Constructs a Relation.
RelationImpl.RelationBuilderImpl<K,V> - Class in org.refcodes.structure.impls
Implementation of the RelationBuilder interface.
remove(Object) - Method in interface org.refcodes.structure.Elements.MutableElements
remove(Object) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
remove(Object, Object) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
removeAll(String) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Removes all properties below the provided path.
replace(String, T, T) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
replace(String, T) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
retrieve(String, String) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.PathMap
Extracts a new PathMap from the elements of this PathMap found below the "from-path".
retrieve(String, String) - Method in interface org.refcodes.structure.ProfileProperties.MutableProfileProperties
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.ProfileProperties
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.Properties.MutableProperties
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Retrieve.
retrieve(String, String) - Method in interface org.refcodes.structure.Properties
Retrieve.
retrieveFrom(String) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Retrieve from.
retrieveFrom(String) - Method in class org.refcodes.structure.impls.CanonicalMapBuilderImpl
 
retrieveFrom(String) - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
retrieveFrom(String) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
retrieveFrom(String) - Method in class org.refcodes.structure.impls.PathMapImpl
 
retrieveFrom(String) - Method in class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
 
retrieveFrom(String) - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
retrieveFrom(String) - Method in class org.refcodes.structure.impls.PropertiesBuilderImpl
 
retrieveFrom(String) - Method in class org.refcodes.structure.impls.PropertiesImpl
 
retrieveFrom(String) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.PathMap
Extracts a new PathMap from the elements of this PathMap found below the "from-path".
retrieveFrom(String) - Method in interface org.refcodes.structure.ProfileProperties.MutableProfileProperties
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.ProfileProperties
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.Properties.MutableProperties
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Retrieve from.
retrieveFrom(String) - Method in interface org.refcodes.structure.Properties
Retrieve from.
retrieveTo(String) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Retrieve to.
retrieveTo(String) - Method in class org.refcodes.structure.impls.CanonicalMapBuilderImpl
 
retrieveTo(String) - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
retrieveTo(String) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
retrieveTo(String) - Method in class org.refcodes.structure.impls.PathMapImpl
 
retrieveTo(String) - Method in class org.refcodes.structure.impls.ProfilePropertiesBuilderImpl
 
retrieveTo(String) - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
retrieveTo(String) - Method in class org.refcodes.structure.impls.PropertiesBuilderImpl
 
retrieveTo(String) - Method in class org.refcodes.structure.impls.PropertiesImpl
 
retrieveTo(String) - Method in interface org.refcodes.structure.PathMap.MutablePathMap
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.PathMap
Extracts a new PathMap from this PathMap's elements with the paths relocated to the provided "to-path".
retrieveTo(String) - Method in interface org.refcodes.structure.ProfileProperties.MutableProfileProperties
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.ProfileProperties
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.Properties.MutableProperties
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Retrieve to.
retrieveTo(String) - Method in interface org.refcodes.structure.Properties
Retrieve to.
RUNTIME_PROFILES_PATH - Static variable in interface org.refcodes.structure.ProfileProperties
 

S

saveTo(String) - Method in interface org.refcodes.structure.Properties
Saves the properties to the given File.
saveTo(File) - Method in interface org.refcodes.structure.Properties
Saves the properties to the given File.
saveTo(String, String) - Method in interface org.refcodes.structure.Properties
Saves the properties to the given File.
saveTo(File, String) - Method in interface org.refcodes.structure.Properties
Saves the properties to the given File.
saveTo(OutputStream) - Method in interface org.refcodes.structure.Properties
Saves the properties to the given OutputStream.
saveTo(OutputStream, String) - Method in interface org.refcodes.structure.Properties
Saves the properties to the given OutputStream.
setBooleans(boolean[]) - Method in interface org.refcodes.structure.BooleanArrayAccessor.BooleanArrayMutator
Sets the boolean array for the boolean array property.
setBytes(byte[]) - Method in interface org.refcodes.structure.ByteArrayAccessor.ByteArrayMutator
Sets the byte array for the byte array property.
setDoubles(double[]) - Method in interface org.refcodes.structure.DoubleArrayAccessor.DoubleArrayMutator
Sets the double array for the double array property.
setFloats(float[]) - Method in interface org.refcodes.structure.FloatArrayAccessor.FloatArrayMutator
Sets the float array for the float array property.
setKey(String) - Method in class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
Sets the key.
setKey(String) - Method in class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Sets the key.
setKey(K) - Method in class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
Sets the key.
setLongs(long[]) - Method in interface org.refcodes.structure.LongArrayAccessor.LongArrayMutator
Sets the long array for the long array property.
setMaxValue(V) - Method in class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
Sets the max value.
setMinValue(V) - Method in class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
Sets the min value.
setShorts(short[]) - Method in interface org.refcodes.structure.ShortArrayAccessor.ShortArrayMutator
Sets the short array for the short array property.
setStrings(String[]) - Method in interface org.refcodes.structure.StringArrayAccessor.StringArrayMutator
Sets the String array for the String array property.
setValue(Object) - Method in class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
Sets the value.
setValue(String) - Method in class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Sets the value.
setValue(V) - Method in class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
Sets the value.
ShortArrayAccessor - Interface in org.refcodes.structure
Provides an accessor for a short array property.
ShortArrayAccessor.ShortArrayBuilder<B extends ShortArrayAccessor.ShortArrayBuilder<B>> - Interface in org.refcodes.structure
Provides a builder method for a short array property returning the builder for applying multiple build operations.
ShortArrayAccessor.ShortArrayMutator - Interface in org.refcodes.structure
Provides a mutator for a short array property.
ShortArrayAccessor.ShortArrayProperty - Interface in org.refcodes.structure
Provides a short array property.
size() - Method in interface org.refcodes.structure.Containable
Returns the number of data elements contained in the collection.
size() - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
size() - Method in class org.refcodes.structure.impls.PathMapImpl
 
size() - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
size() - Method in class org.refcodes.structure.impls.PropertiesImpl
 
StringArrayAccessor - Interface in org.refcodes.structure
Provides an accessor for a String array property.
StringArrayAccessor.StringArrayBuilder<B extends StringArrayAccessor.StringArrayBuilder<B>> - Interface in org.refcodes.structure
Provides a builder method for a String array property returning the builder for applying multiple build operations.
StringArrayAccessor.StringArrayMutator - Interface in org.refcodes.structure
Provides a mutator for a String array property.
StringArrayAccessor.StringArrayProperty - Interface in org.refcodes.structure
Provides a String array property.

T

toCanonicalMapBuilder() - Static method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Creates an CanonicalMap.CanonicalMapBuilder empty instance.
toCanonicalMapBuilder(Object) - Static method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Creates an CanonicalMap.CanonicalMapBuilder empty instance.
toCanonicalMapBuilder(Properties) - Static method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Creates a CanonicalMap.CanonicalMapBuilder instance filled with the provided Properties.
toCanonicalMapBuilder(Map<?, ?>) - Static method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Creates a CanonicalMap.CanonicalMapBuilder instance filled with the provided Properties.
toDataStructure(String) - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
toDataStructure(String) - Method in class org.refcodes.structure.impls.PathMapBuilderImpl
 
toDataStructure(String) - Method in class org.refcodes.structure.impls.PathMapImpl
 
toDataStructure(String) - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
toDataStructure(String) - Method in class org.refcodes.structure.impls.PropertiesImpl
 
toDataStructure() - Method in interface org.refcodes.structure.PathMap
Applies the PathMap.toDataStructure(String) method for the root path "/".
toDataStructure(String) - Method in interface org.refcodes.structure.PathMap
Similar to the PathMap.toMap(String) method, though in case all the keys of a nested Map instance (applicable to the root Map as well) represent an array (as of PathMap.getArray( String)), then an array is generated where the index of each value in the Map is represented by the number representation of the Map's key for that value.
toDump(Map<String, String>) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
To dump.
toMap() - Method in interface org.refcodes.structure.PathMap
Applies the PathMap.toMap(String) method for the root path "/".
toMap(String) - Method in interface org.refcodes.structure.PathMap
Creates a nested Map structure from the PathMap's entries below the provided path.
toMap() - Method in interface org.refcodes.structure.Properties
This method creates a Map instance from this Properties instance's elements (key/value-pairs) as of interoperability reasons.
toNormalizedPath(String) - Method in interface org.refcodes.structure.PathMap
Normalizes a path for it to start with the delimiter (as of DelimiterAccessor.getDelimiter()) and for it not to end with a delimiter.
toNormalizedPath(String, String) - Method in interface org.refcodes.structure.PathMap
Creates a normalized path for the child path being relative to the given parent path.
toParentPath(String) - Method in interface org.refcodes.structure.PathMap
Returns the path representing the parent path for the given path.
toPathMap(String, Object, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMap(Object, String, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMap(String, Object, String, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMap(String, Object, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toPathMap(Object, String, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toPathMap(String, Object, String, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toPathMap(Object, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMap(Object, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toPathMap(String, Object, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMap(Object, String, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMap(String, Object, String, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMap(String, Object, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toPathMap(Object, String, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toPathMap(String, Object, String, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap
Factory method to create a PathMap instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toPathMapBuilder(Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Creates an empty PathMap.PathMapBuilder for the given value's type.
toPathMapBuilder(char, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Creates an empty PathMap.PathMapBuilder for the given value's type with the provided path delimiter.
toPathMapBuilder(Object, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" for the path declarations.
toPathMapBuilder(Object, char, Class<T>) - Static method in interface org.refcodes.structure.PathMap.PathMapBuilder
Factory method to create a PathMap.PathMapBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object).
toProfileProperties() - Static method in interface org.refcodes.structure.ProfileProperties
Creates an PropertiesBuilder empty instance.
toProfileProperties(Properties) - Static method in interface org.refcodes.structure.ProfileProperties
Creates a PropertiesBuilder instance filled with the provided Properties.
toProfileProperties(Map<?, ?>) - Static method in interface org.refcodes.structure.ProfileProperties
Creates a PropertiesBuilder instance filled with the provided Properties.
toProfileProperties(String) - Static method in interface org.refcodes.structure.ProfileProperties
Loads the properties from the given File.
toProfileProperties(File) - Static method in interface org.refcodes.structure.ProfileProperties
Loads the properties from the given File.
toProfileProperties(InputStream) - Static method in interface org.refcodes.structure.ProfileProperties
Loads the properties from the given InputStream.
toProfileProperties(URL) - Static method in interface org.refcodes.structure.ProfileProperties
Loads the properties from the given URL.
toProfilePropertiesBuilder() - Static method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Creates an PropertiesBuilder empty instance.
toProfilePropertiesBuilder(Properties) - Static method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Creates a PropertiesBuilder instance filled with the provided Properties.
toProfilePropertiesBuilder(Map<?, ?>) - Static method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Creates a PropertiesBuilder instance filled with the provided Properties.
toProfilePropertiesBuilder(String) - Static method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Loads the properties from the given File.
toProfilePropertiesBuilder(File) - Static method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Loads the properties from the given File.
toProfilePropertiesBuilder(InputStream) - Static method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Loads the properties from the given InputStream.
toProfilePropertiesBuilder(URL) - Static method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
Loads the properties from the given URL.
toProperties(Object) - Static method in interface org.refcodes.structure.Properties
Creates an Properties.PropertiesBuilder empty instance.
toProperties(Properties) - Static method in interface org.refcodes.structure.Properties
Creates Properties filled with the provided Properties.
toProperties(Map<?, ?>) - Static method in interface org.refcodes.structure.Properties
Creates a Properties.PropertiesBuilder instance filled with the provided Properties.
toProperties(String) - Static method in interface org.refcodes.structure.Properties
Loads the properties from the given File.
toProperties(File) - Static method in interface org.refcodes.structure.Properties
Loads the properties from the given File.
toProperties(InputStream) - Static method in interface org.refcodes.structure.Properties
Loads the properties from the given InputStream.
toProperties(URL) - Static method in interface org.refcodes.structure.Properties
Loads the properties from the given URL.
toPropertiesBuilder() - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Creates an Properties.PropertiesBuilder empty instance.
toPropertiesBuilder(Object) - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Creates an Properties.PropertiesBuilder empty instance.
toPropertiesBuilder(Properties) - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Creates a Properties.PropertiesBuilder instance filled with the provided Properties.
toPropertiesBuilder(Map<?, ?>) - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Creates a Properties.PropertiesBuilder instance filled with the provided Properties.
toPropertiesBuilder(String) - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Loads the properties from the given File.
toPropertiesBuilder(File) - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Loads the properties from the given File.
toPropertiesBuilder(InputStream) - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Loads the properties from the given InputStream.
toPropertiesBuilder(URL) - Static method in interface org.refcodes.structure.Properties.PropertiesBuilder
Loads the properties from the given URL.
toProperty() - Method in interface org.refcodes.structure.Property
Returns the key/value-pair as a property String "key=value".
toPropertyPath(String) - Method in interface org.refcodes.structure.Properties
Converts the properties for saving that when saved, them properties will not start with a delimiter, making them (when there are no sub-paths for the properties) look just like normal well known properties, enabling interchangeability with other systems reading the properties.
toRootPath() - Method in interface org.refcodes.structure.PathMap
Returns the path pointing to the root of this PathMap.
toRuntimeProfile() - Method in interface org.refcodes.structure.ProfileProperties
Evaluates the active Runtime-Profiles as of ProfileProperties.getRuntimeProfiles() and creates the according Properties.
toRuntimeProfile(String...) - Method in interface org.refcodes.structure.ProfileProperties
Evaluates the provided Runtime-Profiles and creates the according Properties.
toSourceCode(String, String) - Method in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap
Beta, don't know whether to keep this or not: Creates a class (a String text to be copy'n'pasted) with getters and setters for the herein contained paths and their values.
toString() - Method in class org.refcodes.structure.impls.PropertyImpl
 
toString() - Method in class org.refcodes.structure.impls.RelationImpl
 
toType(Class<T>) - Method in interface org.refcodes.structure.CanonicalMap
To type.
toType(String, Class<T>) - Method in interface org.refcodes.structure.CanonicalMap
To type.
toType(Object, Class<T>) - Static method in class org.refcodes.structure.TypeUtility
Creates an instance of the given type filled with the data provided by the given Data-Structure (a mixture of array and Map objects).
TypeUtility - Class in org.refcodes.structure
The Class TypeUtility.
TypeUtility() - Constructor for class org.refcodes.structure.TypeUtility
 

V

values() - Method in class org.refcodes.structure.impls.CanonicalMapImpl
 
values() - Method in class org.refcodes.structure.impls.PathMapImpl
 
values() - Method in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
values() - Method in class org.refcodes.structure.impls.PropertiesImpl
 
values() - Method in interface org.refcodes.structure.Keys
Returns a Collection view of the values related to the contained keys.

W

withBooleans(boolean[]) - Method in interface org.refcodes.structure.BooleanArrayAccessor.BooleanArrayBuilder
Sets the boolean array for the boolean array property.
withBytes(byte[]) - Method in interface org.refcodes.structure.ByteArrayAccessor.ByteArrayBuilder
Sets the byte array for the byte array property.
withDoubles(double[]) - Method in interface org.refcodes.structure.DoubleArrayAccessor.DoubleArrayBuilder
Sets the double array for the double array property.
withFloats(float[]) - Method in interface org.refcodes.structure.FloatArrayAccessor.FloatArrayBuilder
Sets the float array for the float array property.
withInsert(Object) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
With insert.
withInsert(String, Object, String) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
With insert.
withInsert(Object) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Convenience method for providing builder functionality to the PathMap.MutablePathMap.insert(Object) method.
withInsert(String, Object, String) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Convenience method for providing builder functionality to the PathMap.MutablePathMap.insert(String, Object, String) method.
withInsert(Object) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With insert.
withInsert(String, Object, String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With insert.
withInsert(Object) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
With insert.
withInsert(String, Object, String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
With insert.
withInsertFrom(Object, String) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
With insert from.
withInsertFrom(Object, String) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Convenience method for providing builder functionality to the PathMap.MutablePathMap.insertFrom(Object, String) method.
withInsertFrom(Object, String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With insert from.
withInsertFrom(Object, String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
With insert from.
withInsertTo(String, Object) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
With insert to.
withInsertTo(String, Object) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Convenience method for providing builder functionality to the PathMap.MutablePathMap.insertTo(String, Object) method.
withInsertTo(String, Object) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With insert to.
withInsertTo(String, Object) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
With insert to.
withKey(String) - Method in interface org.refcodes.structure.Attribute.AttributeBuilder
With key.
withKey(String) - Method in interface org.refcodes.structure.Property.PropertyBuilder
With key.
withKey(K) - Method in interface org.refcodes.structure.Relation.RelationBuilder
With key.
withLoadFrom(File) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With load from.
withLoadFrom(String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With load from.
withLoadFrom(InputStream) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With load from.
withLoadFrom(URL) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With load from.
withLoadFrom(File) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withLoadFrom(String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withLoadFrom(InputStream) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withLoadFrom(URL) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withLongs(long[]) - Method in interface org.refcodes.structure.LongArrayAccessor.LongArrayBuilder
Sets the long array for the long array property.
withMaxValue(V) - Method in interface org.refcodes.structure.Range.RangeBuilder
With max value.
withMinValue(V) - Method in interface org.refcodes.structure.Range.RangeBuilder
With min value.
withPut(String, String) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
With put.
withPut(Relation<String, String>) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
With put.
withPut(K, V) - Method in interface org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder
With put.
withPut(Relation<K, V>) - Method in interface org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder
With put.
withPut(String, T) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
With put.
withPut(Relation<String, T>) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
With put.
withPut(String, String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put.
withPut(Relation<String, String>) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put.
withPut(String, String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
With put.
withPut(Relation<String, String>) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
With put.
withPutBoolean(String, Boolean) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Sets the Boolean value for the property referred to by the key.
withPutBoolean(String, Boolean) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put boolean.
withPutBoolean(String, Boolean) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Sets the Boolean value for the property referred to by the key.
withPutByte(String, Byte) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Sets the Byte value for the property referred to by the key.
withPutByte(String, Byte) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put byte.
withPutByte(String, Byte) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Sets the Byte value for the property referred to by the key.
withPutDouble(String, Double) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Sets the Double value for the property referred to by the key.
withPutDouble(String, Double) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put double.
withPutDouble(String, Double) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Sets the Double value for the property referred to by the key.
withPutFloat(String, Float) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Sets the Float value for the property referred to by the key.
withPutFloat(String, Float) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put float.
withPutFloat(String, Float) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Sets the Float value for the property referred to by the key.
withPutInteger(String, Integer) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Sets the Integer value for the property referred to by the key.
withPutInteger(String, Integer) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put integer.
withPutInteger(String, Integer) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Sets the Integer value for the property referred to by the key.
withPutLong(String, Long) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Sets the Long value for the property referred to by the key.
withPutLong(String, Long) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put long.
withPutLong(String, Long) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Sets the Long value for the property referred to by the key.
withPutShort(String, Short) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
Sets the Short value for the property referred to by the key.
withPutShort(String, Short) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With put short.
withPutShort(String, Short) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Sets the Short value for the property referred to by the key.
withRemoveFrom(String) - Method in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
With remove from.
withRemoveFrom(String) - Method in interface org.refcodes.structure.PathMap.PathMapBuilder
Convenience method for providing builder functionality to the PathMap.MutablePathMap.removeAll( String) method.
withRemoveFrom(String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With remove from.
withRemoveFrom(String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
With remove from.
withSaveTo(File) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With save to.
withSaveTo(String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With save to.
withSaveTo(File, String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With save to.
withSaveTo(String, String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With save to.
withSaveTo(OutputStream) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With save to.
withSaveTo(OutputStream, String) - Method in interface org.refcodes.structure.ProfileProperties.ProfilePropertiesBuilder
With save to.
withSaveTo(File) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Builder method for Properties.saveTo(File).
withSaveTo(String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
Builder method for Properties.saveTo(String).
withSaveTo(File, String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withSaveTo(String, String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withSaveTo(OutputStream) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withSaveTo(OutputStream, String) - Method in interface org.refcodes.structure.Properties.PropertiesBuilder
withShorts(short[]) - Method in interface org.refcodes.structure.ShortArrayAccessor.ShortArrayBuilder
Sets the short array for the short array property.
withStrings(String[]) - Method in interface org.refcodes.structure.StringArrayAccessor.StringArrayBuilder
Sets the String array for the String array property.
withValue(Object) - Method in interface org.refcodes.structure.Attribute.AttributeBuilder
With value.
withValue(String) - Method in interface org.refcodes.structure.Property.PropertyBuilder
With value.
withValue(V) - Method in interface org.refcodes.structure.Relation.RelationBuilder
With value.

_

_canonicalMap - Variable in class org.refcodes.structure.impls.CanonicalMapImpl
 
_key - Variable in class org.refcodes.structure.impls.RelationImpl
 
_maxValue - Variable in class org.refcodes.structure.impls.RangeImpl
 
_minValue - Variable in class org.refcodes.structure.impls.RangeImpl
 
_properties - Variable in class org.refcodes.structure.impls.ProfilePropertiesImpl
 
_properties - Variable in class org.refcodes.structure.impls.PropertiesImpl
 
_value - Variable in class org.refcodes.structure.impls.RelationImpl
 
A B C D E F G H I K L M O P R S T V W _ 
Skip navigation links

Copyright © 2017. All rights reserved.