public class RulesMap<R> extends TreeMap<PathPattern,R>
Modifier and Type | Class and Description |
---|---|
static interface |
RulesMap.ConflictClosure |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RulesMap() |
Modifier and Type | Method and Description |
---|---|
PathPattern |
hasConflict(PathPattern p) |
void |
processConflicts(RulesMap.ConflictClosure cc) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
equals, hashCode, isEmpty, toString
public PathPattern hasConflict(PathPattern p)
public void processConflicts(RulesMap.ConflictClosure cc)
Copyright © 2013 Oracle Corporation. All rights reserved.