org.ontobox.fast.util.primitive
Interface IntSet

All Superinterfaces:
IntCollection
All Known Implementing Classes:
PCJIntSet, StdIntSet, TroveIntSet

public interface IntSet
extends IntCollection

Author:
Anton Malykh

Method Summary
 int getAny()
           
 void removeValue(int value)
           
 void retainAll(int[] values)
           
 
Methods inherited from interface org.ontobox.fast.util.primitive.IntCollection
add, addAll, clear, contains, forEach, isEmpty, size, toArray
 

Method Detail

getAny

int getAny()

retainAll

void retainAll(int[] values)

removeValue

void removeValue(int value)