org.neo4j.kernel.impl.util
Class ArrayIntSet
java.lang.Object
org.neo4j.kernel.impl.util.ArrayIntSet
public class ArrayIntSet
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayIntSet
public ArrayIntSet()
add
public boolean add(int id)
iterator
public Iterator<Integer> iterator()
remove
public boolean remove(int id)
values
public Iterable<Integer> values()
contains
public boolean contains(int id)
size
public int size()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.