K - V - public interface FeatureMap<K,V> extends Collection<Map.Entry<Set<K>,V>>
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Set<K>,Collection<V>>> |
entrySet() |
default void |
forEach(java.util.function.BiConsumer<Set<K>,V> consumer) |
Collection<V> |
get(Set<K> prototype) |
Collection<Map.Entry<Set<K>,V>> |
getIfSubsetOf(Set<K> prototype) |
Collection<Map.Entry<Set<K>,V>> |
getIfSupersetOf(Set<K> prototype) |
Set<Set<K>> |
getTagSets(Object v) |
Set<Set<K>> |
keySet() |
void |
put(Set<K> tagSet,
V value) |
boolean |
remove(Object tagSet) |
boolean |
removeValue(Object value) |
Collection<V> |
values() |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraydefault void forEach(java.util.function.BiConsumer<Set<K>,V> consumer)
boolean remove(Object tagSet)
boolean removeValue(Object value)
Collection<V> values()
Collection<V> get(Set<K> prototype)
Collection<Map.Entry<Set<K>,V>> getIfSupersetOf(Set<K> prototype)
prototye - Copyright © 2018. All rights reserved.