Package | Description |
---|---|
org.n52.security.common.util |
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
KeyValuePairCollection.getUnique(KeyMatcher key) |
KeyValuePair |
OrderedKeyValuePairCollection.getUnique(KeyMatcher keyMatcher) |
Modifier and Type | Method and Description |
---|---|
Iterator<KeyValuePair> |
KeyValuePairCollection.iterator() |
Iterator<KeyValuePair> |
OrderedKeyValuePairCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
KeyValuePairCollection.add(KeyValuePair pair) |
void |
OrderedKeyValuePairCollection.add(KeyValuePair pair) |
boolean |
KeyValuePairCollection.contains(KeyValuePair pair) |
boolean |
OrderedKeyValuePairCollection.contains(KeyValuePair pair) |
void |
KeyValuePairCollection.updateUnique(KeyMatcher key,
KeyValuePair pair) |
void |
OrderedKeyValuePairCollection.updateUnique(KeyMatcher keyMatcher,
KeyValuePair pair) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValuePairCollection.addAll(Collection<KeyValuePair> pairs) |
void |
OrderedKeyValuePairCollection.addAll(Collection<KeyValuePair> pairs) |
Copyright © 2004–2018 52north.org. All rights reserved.