public class FlatFileBufferLinkedList extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(NodeStateEntry item)
Add
item at the tail of the list |
long |
estimatedMemoryUsage() |
boolean |
isEmpty() |
org.apache.jackrabbit.oak.index.indexer.document.flatfile.FlatFileBufferLinkedList.NodeIterator |
iterator() |
NodeStateEntry |
remove()
Remove the first item from the list
|
int |
size() |
public void add(@Nonnull NodeStateEntry item)
item at the tail of the listpublic NodeStateEntry remove()
NodeStateEntry data in the removed itempublic org.apache.jackrabbit.oak.index.indexer.document.flatfile.FlatFileBufferLinkedList.NodeIterator iterator()
NodeIterator object which would iterate the whole listpublic int size()
public boolean isEmpty()
public long estimatedMemoryUsage()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.