public interface NodeStateEntryList
Modifier and Type | Method and Description |
---|---|
void |
add(@NotNull NodeStateEntry item)
Add an item at the tail of the list.
|
void |
close() |
long |
estimatedMemoryUsage() |
boolean |
isEmpty() |
java.util.Iterator<NodeStateEntry> |
iterator()
Get an iterator to iterate over the whole list
|
NodeStateEntry |
remove()
Remove the first item from the list.
|
int |
size() |
void add(@NotNull @NotNull NodeStateEntry item)
NodeStateEntry remove()
long estimatedMemoryUsage()
int size()
java.util.Iterator<NodeStateEntry> iterator()
boolean isEmpty()
void close()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.