public class PrimitiveIntStack extends Object implements PrimitiveIntCollection
| Constructor and Description |
|---|
PrimitiveIntStack() |
PrimitiveIntStack(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
close()
Free any attached resources.
|
boolean |
isEmpty() |
PrimitiveIntIterator |
iterator() |
int |
poll() |
void |
push(int value) |
int |
size() |
void |
visitKeys(PrimitiveIntVisitor visitor)
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
|
public PrimitiveIntStack()
public PrimitiveIntStack(int initialSize)
public boolean isEmpty()
isEmpty in interface PrimitiveCollectionpublic void clear()
clear in interface PrimitiveCollectionpublic int size()
size in interface PrimitiveCollectionpublic void close()
PrimitiveCollectionclose in interface AutoCloseableclose in interface PrimitiveCollectionpublic PrimitiveIntIterator iterator()
iterator in interface PrimitiveIntIterablepublic void visitKeys(PrimitiveIntVisitor visitor)
PrimitiveIntCollectionvisitKeys in interface PrimitiveIntCollectionpublic void push(int value)
public int poll()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.