public class EntryOrderedStore<T> extends Object implements Iterable<T>
EntryOrderedStore()
void
add(T record)
int
getId(T record)
Iterator<T>
iterator()
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EntryOrderedStore()
public Iterator<T> iterator()
iterator
Iterable<T>
public void add(T record)
public int getId(T record)
public int size()
Copyright © 2016 The Apache Software Foundation. All rights reserved.