edu.ucla.stat.SOCR.analyses.util.definicions
Class Id_To_Key<item>

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.util.definicions.Id_To_Key<item>

public class Id_To_Key<item>
extends java.lang.Object

MultiDendrograms

Assigns numbers to identifiers (0, 1, 2, 3, ...)

Since:
JDK 6.0
Author:
Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández

Constructor Summary
Id_To_Key()
           
 
Method Summary
 boolean containsKey(item key)
           
 java.lang.Integer getInd(item key)
           
 java.lang.Integer setInd(item key)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Id_To_Key

public Id_To_Key()
Method Detail

containsKey

public boolean containsKey(item key)

getInd

public java.lang.Integer getInd(item key)

setInd

public java.lang.Integer setInd(item key)

size

public int size()