org.exist.util
Class LongLinkedList

java.lang.Object
  extended byorg.exist.util.LongLinkedList
Direct Known Subclasses:
OrderedLongLinkedList

public class LongLinkedList
extends java.lang.Object


Nested Class Summary
static class LongLinkedList.ListItem
           
 
Field Summary
protected  int count
           
protected  LongLinkedList.ListItem first
           
protected  LongLinkedList.ListItem last
           
 
Constructor Summary
LongLinkedList()
           
 
Method Summary
 void add(long l)
           
 boolean contains(long l)
           
 long[] getData()
           
 int getSize()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

protected LongLinkedList.ListItem first

last

protected LongLinkedList.ListItem last

count

protected int count
Constructor Detail

LongLinkedList

public LongLinkedList()
Method Detail

add

public void add(long l)

getSize

public int getSize()

contains

public boolean contains(long l)

getData

public long[] getData()

iterator

public java.util.Iterator iterator()


Copyright (C) Wolfgang Meier. All rights reserved.