Package org.apache.clerezza.rdf.core.impl.graphmatching.collections

Interface Summary
IntIterator An iterator allowing to iterate over ints, Iterator is extended for compatibility, however accessing nextInt allows faster implementations.
IntSet A IntSet allows directly adding primitive ints to a set, Set is extended, but accessingt he respective methods is less efficient.
 

Class Summary
IntHashMap<T> A hash map that uses primitive ints for the key rather than objects.
IntHashSet This is currently just a placeholder implementation based onm HashSet an efficient implementation is to store the primitives directly.
 



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