|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
com.bbn.openmap.geo.ExtentIndex.AbstractExtentIndex
com.bbn.openmap.geo.ExtentIndex.HashSetExtentIndexImpl
Nested Class Summary |
Nested classes inherited from class com.bbn.openmap.geo.ExtentIndex |
ExtentIndex.AbstractExtentIndex, ExtentIndex.ArrayListExtentIndexImpl, ExtentIndex.HashSetExtentIndexImpl |
Field Summary |
Fields inherited from class com.bbn.openmap.geo.ExtentIndex.AbstractExtentIndex |
all, buckets, D_MARGIN, D_NBUCKETS, discarded, margin, nbuckets, polar |
Constructor Summary | |
ExtentIndex.HashSetExtentIndexImpl()
|
|
ExtentIndex.HashSetExtentIndexImpl(double m)
|
|
ExtentIndex.HashSetExtentIndexImpl(int nb)
|
|
ExtentIndex.HashSetExtentIndexImpl(int nb,
double m)
|
Method Summary | |
protected java.util.Collection |
makeBucket(int sizeHint)
implement to specify the factory to use to create Bucket storage. |
Methods inherited from class com.bbn.openmap.geo.ExtentIndex.AbstractExtentIndex |
add, addExtent, bucketFor, clear, indexHorizontalRange, iterator, iterator, lookup, lookup, lookupByBoundingCircle, lookupByPath, lookupBySegment, makeBucket, normalizeLon, normalizeLons, removeExtent, size, toString |
Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
addAll, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Constructor Detail |
public ExtentIndex.HashSetExtentIndexImpl()
public ExtentIndex.HashSetExtentIndexImpl(int nb)
public ExtentIndex.HashSetExtentIndexImpl(double m)
public ExtentIndex.HashSetExtentIndexImpl(int nb, double m)
Method Detail |
protected java.util.Collection makeBucket(int sizeHint)
ExtentIndex.AbstractExtentIndex
makeBucket
in class ExtentIndex.AbstractExtentIndex
sizeHint
- a guess at the number of elements that are likely to
be stored in this bucket or 0 if unknown.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |