public interface RoutingTableAccessor
| 修飾子とタイプ | メソッドと説明 |
|---|---|
default Link[] |
getAll() |
default int |
getHeight(Comparable<?> key) |
default Link |
getLeft(Comparable<?> key) |
default Link |
getLeft(Comparable<?> key,
int level) |
default Link[] |
getLefts(Comparable<?> key) |
default Link[] |
getLefts(Comparable<?> key,
int level) |
default Link |
getLocal(Comparable<?> key) |
default Link |
getRight(Comparable<?> key) |
default Link |
getRight(Comparable<?> key,
int level) |
default Link[] |
getRights(Comparable<?> key) |
default Link[] |
getRights(Comparable<?> key,
int level) |
default Set<Key> |
keySet() |
default Link[] getAll() throws ProtocolUnsupportedException
default Set<Key> keySet() throws ProtocolUnsupportedException
default Link getLocal(Comparable<?> key) throws ProtocolUnsupportedException
default Link getRight(Comparable<?> key) throws ProtocolUnsupportedException
default Link getLeft(Comparable<?> key) throws ProtocolUnsupportedException
default Link getRight(Comparable<?> key, int level) throws ProtocolUnsupportedException
default Link getLeft(Comparable<?> key, int level) throws ProtocolUnsupportedException
default int getHeight(Comparable<?> key) throws ProtocolUnsupportedException
default Link[] getRights(Comparable<?> key) throws ProtocolUnsupportedException
default Link[] getLefts(Comparable<?> key) throws ProtocolUnsupportedException
default Link[] getRights(Comparable<?> key, int level) throws ProtocolUnsupportedException
default Link[] getLefts(Comparable<?> key, int level) throws ProtocolUnsupportedException
Copyright © 2017. All rights reserved.