Package | Description |
---|---|
org.apache.felix.ipojo.configuration |
Modifier and Type | Method and Description |
---|---|
static <K,T> Instance.Pair<K,T> |
Instance.entry(K k,
T v) |
static <K,T> Instance.Pair<K,T> |
Instance.pair(K k,
T v) |
Modifier and Type | Method and Description |
---|---|
static <K,T> Instance.FluentMap<K,T> |
Instance.map(Instance.Pair<K,T>... pairs) |
Instance.FluentMap<K,T> |
Instance.FluentMap.with(Instance.Pair<? extends K,? extends T>... pairs) |
Constructor and Description |
---|
FluentMap(Instance.Pair<? extends K,? extends T>... pairs) |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.