org.apache.clerezza.rdf.core.impl.graphmatching.collections
Interface IntSet

All Superinterfaces:
Collection<Integer>, Iterable<Integer>, Set<Integer>
All Known Implementing Classes:
IntHashSet

public interface IntSet
extends Set<Integer>

A IntSet allows directly adding primitive ints to a set, Set is extended, but accessingt he respective methods is less efficient.

Author:
reto

Method Summary
 void add(int i)
           
 IntIterator intIterator()
           
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

intIterator

IntIterator intIterator()
Returns:
an iterator over the primitive int

add

void add(int i)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.