Uses of Interface
healpix.core.base.set.LongIterator

Packages that use LongIterator
healpix.core.base.set   
 

Uses of LongIterator in healpix.core.base.set
 

Methods in healpix.core.base.set that return LongIterator
 LongIterator LongSet.longIterator()
           
 LongIterator LongRangeSet.longIterator()
           
 LongIterator LongList.longIterator()
           
abstract  LongIterator LongCollection.longIterator()
           
 

Methods in healpix.core.base.set with parameters of type LongIterator
 void LongCollection.addAll(LongIterator iter)
          add all values from given iterator
 boolean LongRangeSet.containsAll(LongIterator iter)
           
 boolean LongRangeSet.containsAny(LongIterator iter)
           
 

Constructors in healpix.core.base.set with parameters of type LongIterator
LongSet(LongIterator longIterator)
           
 


"Built from revision exported"