org.neo4j.kernel.impl.util
Class ArrayIntSet

java.lang.Object
  extended by org.neo4j.kernel.impl.util.ArrayIntSet

public class ArrayIntSet
extends Object


Constructor Summary
ArrayIntSet()
           
 
Method Summary
 boolean add(int id)
           
 boolean contains(int id)
           
 Iterator<Integer> iterator()
           
 boolean remove(int id)
           
 int size()
           
 Iterable<Integer> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayIntSet

public ArrayIntSet()
Method Detail

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.