org.jrdf.graph.local.index.longindex.sesame
Class Entry

java.lang.Object
  extended by 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>>>


Constructor Summary
Entry(Long key, Map<Long,Set<Long>> values)
           
 
Method Summary
 Long getKey()
           
 Map<Long,Set<Long>> getValue()
           
 Map<Long,Set<Long>> setValue(Map<Long,Set<Long>> value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

Entry

public Entry(Long key,
             Map<Long,Set<Long>> values)
Method Detail

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