choco.kernel.memory.structure
Class Couple<C>

java.lang.Object
  extended by choco.kernel.memory.structure.Couple<C>

public class Couple<C>
extends Object


Field Summary
 C c
           
 int i
           
 
Constructor Summary
Couple()
           
 
Method Summary
 void init(C c, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public C c

i

public int i
Constructor Detail

Couple

public Couple()
Method Detail

init

public void init(C c,
                 int i)


Copyright © 2012. All Rights Reserved.