com.mchange.v1.lang.holders
Interface ThreadSafeByteHolder

All Known Implementing Classes:
SynchronizedByteHolder, VolatileByteHolder

Deprecated. use classes in com.mchange.v2.holders

public interface ThreadSafeByteHolder


Method Summary
 byte getValue()
          Deprecated.  
 void setValue(byte b)
          Deprecated.  
 

Method Detail

getValue

byte getValue()
Deprecated. 

setValue

void setValue(byte b)
Deprecated.