Package oracle.spatial.util
Interface RTreeInterface<T extends RNode>
-
- Type Parameters:
T
- the type of object stored in the tree.
- All Superinterfaces:
java.util.Collection
,java.lang.Iterable
,RTreeInterface
@Deprecated public interface RTreeInterface<T extends RNode> extends RTreeInterface
Deprecated.Use @link{oracle.spatial.geometry.RTreeInterface} instead. This interface will be removed later.- Since:
- 12.2
-
-
Method Summary
-
Methods inherited from interface java.util.Collection
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray, toArray
-
Methods inherited from interface oracle.spatial.geometry.RTreeInterface
add, forEach, forEach, join, join, join, removeIf, removeIf, search, search, search, searchMer, searchMer, searchNearest, searchNearest, searchNearest, size
-
-