|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rutil.collection.map.AbstractIndexedMapIndexer<K,V>
org.rutil.collection.map.ComparableIndexedMapIndexer<K,V>
public class ComparableIndexedMapIndexer<K extends java.lang.Comparable<K>,V extends java.lang.Comparable<V>>
| Constructor Summary | |
|---|---|
ComparableIndexedMapIndexer(boolean useKeyIndex)
|
|
| Method Summary | |
|---|---|
protected int |
doGetKeyIndex(java.util.List<K> keys,
K key)
|
protected int |
doGetValueIndex(java.util.List<V> values,
V value)
|
| Methods inherited from class org.rutil.collection.map.AbstractIndexedMapIndexer |
|---|
find, getIndex, getKeyIndex, getValueIndex, isIndexedByKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComparableIndexedMapIndexer(boolean useKeyIndex)
| Method Detail |
|---|
protected int doGetKeyIndex(java.util.List<K> keys,
K key)
doGetKeyIndex in class AbstractIndexedMapIndexer<K extends java.lang.Comparable<K>,V extends java.lang.Comparable<V>>
protected int doGetValueIndex(java.util.List<V> values,
V value)
doGetValueIndex in class AbstractIndexedMapIndexer<K extends java.lang.Comparable<K>,V extends java.lang.Comparable<V>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||