com.jxml.quick.qmap
Interface QIndex

All Superinterfaces:
Map
All Known Implementing Classes:
QIndexMap

public interface QIndex
extends Map

Provides for reordering the keys.


Inner classes inherited from class java.util.Map
Map.Entry
 
Method Summary
 int index(int k)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

index

public int index(int k)