|
||||||||||
| 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.ArrayListExtentIndexImpl
public static class ExtentIndex.ArrayListExtentIndexImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface 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.ArrayListExtentIndexImpl()
|
|
ExtentIndex.ArrayListExtentIndexImpl(double m)
|
|
ExtentIndex.ArrayListExtentIndexImpl(int nb)
|
|
ExtentIndex.ArrayListExtentIndexImpl(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.ArrayListExtentIndexImpl()
public ExtentIndex.ArrayListExtentIndexImpl(int nb)
public ExtentIndex.ArrayListExtentIndexImpl(double m)
public ExtentIndex.ArrayListExtentIndexImpl(int nb,
double m)
| Method Detail |
|---|
protected java.util.Collection makeBucket(int sizeHint)
ExtentIndex.AbstractExtentIndex
makeBucket in class ExtentIndex.AbstractExtentIndexsizeHint - 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 | |||||||||