uk.ac.starlink.ttools.cone
Interface IdMapper<I>


public interface IdMapper<I>


Method Summary
 Class<I> getIdClass()
           
 long rowIdToIndex(I id)
           
 I rowIndexToId(long index)
           
 

Method Detail

getIdClass

Class<I> getIdClass()

rowIdToIndex

long rowIdToIndex(I id)

rowIndexToId

I rowIndexToId(long index)


Copyright © 2014 Central Laboratory of the Research Councils. All Rights Reserved.