| Package | Description |
|---|---|
| org.brains2b.collection |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryImpl
A MapEntry written to rely on Strings instead
of objects
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B> java.util.Map<A,B> |
MapEntry.createMap(java.util.List<? extends MapEntry<A,B>> list)
static method to create a normal Map from a list of MapEntry(s)
|