Uses of Class
healpix.core.base.set.LongCollection

Packages that use LongCollection
healpix.core.base.set   
 

Uses of LongCollection in healpix.core.base.set
 

Subclasses of LongCollection in healpix.core.base.set
 class LongList
          Growable long[] array
 class LongSet
          In Java Collections this class corresponds to TreeSet of longs.
 

Methods in healpix.core.base.set with parameters of type LongCollection
 void LongCollection.addAll(LongCollection set)
          add all values from given set
 

Constructors in healpix.core.base.set with parameters of type LongCollection
LongList(LongCollection set)
           
LongSet(LongCollection set)
           
 


"Built from revision exported"