railo.commons.util.mod
Interface MapPro<K,V>
- All Superinterfaces:
- Map<K,V>
- All Known Implementing Classes:
- AbstractMapPro, ConcurrentHashMapPro, HashMapPro, LinkedHashMapPro, MapProWrapper, SyncMap, WeakHashMapPro
public interface MapPro<K,V>
- extends Map<K,V>
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Method Summary |
V |
g(K key)
|
V |
g(K key,
V defaultValue)
|
V |
r(K key)
|
V |
r(K key,
V defaultValue)
|
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
g
V g(K key)
throws PageException
- Throws:
PageException
g
V g(K key,
V defaultValue)
r
V r(K key)
throws PageException
- Throws:
PageException
r
V r(K key,
V defaultValue)
Copyright © 2012 Railo