Side of Software
Persistence Library 2.0

sos.db
Class LongMap.Entry<V>

java.lang.Object
  extended by sos.db.LongMap.Entry<V>
Enclosing class:
LongMap<V>

public static final class LongMap.Entry<V>
extends java.lang.Object

A utility class used by LongMap that captures a mapping between a long key and an Object value.

Since:
2.0

Method Summary
 long getKey()
          Returns the mapping's key.
 V getValue()
          Returns the mapping's value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public long getKey()
Returns the mapping's key.

Returns:
the key

getValue

public V getValue()
Returns the mapping's value.

Returns:
the value

Side of Software
Persistence Library 2.0

Copyright 2004-08 Side of Software (SOS). All rights reserved.