org.exist.util
Class LongLinkedList.ListItem

java.lang.Object
  extended byorg.exist.util.LongLinkedList.ListItem
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
LongLinkedList

public static final class LongLinkedList.ListItem
extends java.lang.Object
implements java.lang.Comparable


Field Summary
 long l
           
 
Constructor Summary
LongLinkedList.ListItem(long l)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 long getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l

public long l
Constructor Detail

LongLinkedList.ListItem

public LongLinkedList.ListItem(long l)
Method Detail

getValue

public long getValue()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
See Also:
Comparable.compareTo(java.lang.Object)


Copyright (C) Wolfgang Meier. All rights reserved.