AnyCAD Rapid API 2023
Help you to create a better world!
Uint32Set Class Reference
Inheritance diagram for Uint32Set:

Public Member Functions

 Uint32Set (java.util.Collection<? extends Long > collection)
 
int size ()
 
boolean add (Long key)
 
boolean addAll (java.util.Collection<? extends Long > collection)
 
java.util.Iterator< Long > iterator ()
 
boolean containsAll (java.util.Collection<?> collection)
 
boolean contains (java.lang.Object object)
 
boolean removeAll (java.util.Collection<?> collection)
 
boolean remove (java.lang.Object object)
 
 Uint32Set (Uint32Set other)
 
boolean isEmpty ()
 
void clear ()
 
boolean addImpl (long key)