org.jrdf.graph.local.index.longindex.sesame
Class Entry
java.lang.Object
org.jrdf.graph.local.index.longindex.sesame.Entry
- All Implemented Interfaces:
- Map.Entry<Long,Map<Long,Set<Long>>>
public class Entry
- extends Object
- implements Map.Entry<Long,Map<Long,Set<Long>>>
Entry
public Entry(Long key,
Map<Long,Set<Long>> values)
getKey
public Long getKey()
- Specified by:
getKey in interface Map.Entry<Long,Map<Long,Set<Long>>>
getValue
public Map<Long,Set<Long>> getValue()
- Specified by:
getValue in interface Map.Entry<Long,Map<Long,Set<Long>>>
setValue
public Map<Long,Set<Long>> setValue(Map<Long,Set<Long>> value)
- Specified by:
setValue in interface Map.Entry<Long,Map<Long,Set<Long>>>
toString
public String toString()
- Overrides:
toString in class Object