com.mchange.v2.holders
Interface ThreadSafeByteHolder

All Known Implementing Classes:
SynchronizedByteHolder, VolatileByteHolder

public interface ThreadSafeByteHolder


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

Method Detail

getValue

byte getValue()

setValue

void setValue(byte b)