Rice Pastry API

rice.p2p.util.tuples
Class MutableTuple<A,B>

java.lang.Object
  extended by rice.p2p.util.tuples.Tuple<A,B>
      extended by rice.p2p.util.tuples.MutableTuple<A,B>

public class MutableTuple<A,B>
extends Tuple<A,B>


Field Summary
 
Fields inherited from class rice.p2p.util.tuples.Tuple
a, b
 
Constructor Summary
MutableTuple()
           
MutableTuple(A a, B b)
           
 
Method Summary
 void set(A a, B b)
           
 void setA(A a)
           
 void setB(B b)
           
 
Methods inherited from class rice.p2p.util.tuples.Tuple
a, b, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableTuple

public MutableTuple(A a,
                    B b)

MutableTuple

public MutableTuple()
Method Detail

set

public void set(A a,
                B b)

setA

public void setA(A a)

setB

public void setB(B b)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection