java.lang.Object
swim.uri.UriMapper<T>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionlongvoidclear()booleancontainsKey(Object key) abstract booleancontainsValue(Object value) <U> swim.codec.Output<U>debug(swim.codec.Output<U> output) static <T> UriMapper<T>empty()entrySet()abstract Tabstract booleanisEmpty()iterator()keySet()static <T> UriMapper<T>static <T> UriMapper<T>mapping(UriPattern pattern, T value) static <T> UriMapper<T>voidremoved(UriPattern pattern) abstract intsize()toString()updated(UriPattern pattern, T value) values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
isEmpty
public abstract boolean isEmpty() -
size
public abstract int size() -
containsKey
- Specified by:
containsKeyin interfaceMap<Uri,T>
-
containsValue
- Specified by:
containsValuein interfaceMap<Uri,T>
-
getSuffix
-
getSuffix
-
get
-
get
-
get
-
put
-
putAll
-
remove
-
clear
public void clear() -
merged
-
updated
-
updated
-
updated
-
removed
-
removed
-
removed
-
unmerged
-
entrySet
-
keySet
-
values
-
iterator
-
keyIterator
-
valueIterator
-
childCount
public long childCount() -
childIterator
-
debug
public <U> swim.codec.Output<U> debug(swim.codec.Output<U> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
empty
-
mapping
-
mapping
-
mapping
-