| Package | Description | 
|---|---|
| com.edorasware.commons.core.entity | 
 Classes to model business entities. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NamedValueWithSource
Represents a named value that is associated with a source. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Property
Represents a single property. 
 | 
class  | 
Variable
Represents a single variable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends NamedValue> | 
NamedValues.getDuplicateNames(Collection<T> namedValues)
Returns all names that occur more than once. 
 | 
static <T extends NamedValue> | 
NamedValues.mergeNamedValues(Collection<T> namedValuesBase,
                Collection<T> namedValuesWithPrecedence)
Merges two collections of NamedValue elements. 
 | 
static <T extends NamedValue> | 
NamedValues.mergeNamedValues(List<Collection<T>> namedValuesCollections)
Merges collections of NamedValue elements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Object> | 
NamedValues.toMap(Collection<? extends NamedValue> namedValues)
Transforms the given  
NamedValues into a Map of String keys and Object values. | 
static Map<String,Object> | 
NamedValues.toMap(Collection<? extends NamedValue> namedValues,
     char nameSeparator)
Transforms the given  
NamedValues into a nested Map of String keys and values of the given type or Map. | 
static <T> Map<String,T> | 
NamedValues.toMap(Collection<? extends NamedValue> namedValues,
     Class<T> expectedValueType)
Transforms the given  
NamedValues into a Map of String keys and values of the given type. | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.