org.jrdf.graph.index.longindex.derby
Class ReadOnlyLongMapDerby
java.lang.Object
org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
- All Implemented Interfaces:
- Map<Long,Set<Long>>
public class ReadOnlyLongMapDerby
- extends Object
- implements Map<Long,Set<Long>>
Class description goes here.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Constructor Summary |
ReadOnlyLongMapDerby(org.apache.derby.iapi.store.access.BackingStoreHashtable hashtable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyLongMapDerby
public ReadOnlyLongMapDerby(org.apache.derby.iapi.store.access.BackingStoreHashtable hashtable)
size
public int size()
- Specified by:
size
in interface Map<Long,Set<Long>>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<Long,Set<Long>>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<Long,Set<Long>>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<Long,Set<Long>>
get
public Set<Long> get(Object key)
- Specified by:
get
in interface Map<Long,Set<Long>>
keySet
public Set<Long> keySet()
- Specified by:
keySet
in interface Map<Long,Set<Long>>
values
public Collection<Set<Long>> values()
- Specified by:
values
in interface Map<Long,Set<Long>>
entrySet
public Set<Map.Entry<Long,Set<Long>>> entrySet()
- Specified by:
entrySet
in interface Map<Long,Set<Long>>
put
public Set<Long> put(Long key,
Set<Long> value)
- Specified by:
put
in interface Map<Long,Set<Long>>
remove
public Set<Long> remove(Object key)
- Specified by:
remove
in interface Map<Long,Set<Long>>
putAll
public void putAll(Map<? extends Long,? extends Set<Long>> t)
- Specified by:
putAll
in interface Map<Long,Set<Long>>
clear
public void clear()
- Specified by:
clear
in interface Map<Long,Set<Long>>