| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.fbs | |
| com.github.davidmoten.rtree.kryo |
| Modifier and Type | Method and Description |
|---|---|
static InternalStructure |
InternalStructure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalStructure[] |
InternalStructure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RTree<T,S> |
Serializer.read(InputStream is,
long sizeBytes,
InternalStructure structure) |
| Modifier and Type | Method and Description |
|---|---|
RTree<T,S> |
SerializerFlatBuffers.read(InputStream is,
long sizeBytes,
InternalStructure structure) |
| Modifier and Type | Method and Description |
|---|---|
RTree<T,S> |
SerializerKryo.read(InputStream is,
long sizeBytes,
InternalStructure structure) |
Copyright © 2013–2023. All rights reserved.