public static class Structure1D.BasicMapper<T> extends Object implements Structure1D.IndexMapper<T>
Modifier and Type | Method and Description |
---|---|
long |
toIndex(T key) |
T |
toKey(long index) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
next, previous
public long toIndex(T key)
toIndex
in interface Structure1D.IndexMapper<T>
public final T toKey(long index)
toKey
in interface Structure1D.IndexMapper<T>
Copyright © 2018 Optimatika. All rights reserved.