| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
C.Map<K,V> |
C.Map.accept(Osgl.Func2<? super K,? super V,?> indexedVisitor)
Alias of
forEach(Osgl.Func2) |
C.Map<K,V> |
C.Map.each(Osgl.Func2<? super K,? super V,?> indexedVisitor)
Alias of
forEach(Osgl.Func2) |
C.Map<K,V> |
C.Map.forEach(Osgl.Func2<? super K,? super V,?> indexedVisitor)
Loop through this map on each key/value pair, apply them to the function specified
|
static <K,V> C.Map<K,V> |
C.newMap(Map<? extends K,? extends V> map)
|
static <K,V> C.Map<K,V> |
C.newMap(Object... args)
Create an new
Map from an array of elements. |
C.Map<K,V> |
C.Map.readOnly(boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
C.map(C.Map<? extends K,? extends V> map)
|
Copyright © 2017. All Rights Reserved.