Task.Support.CoreSupport
Class BitRegister

java.lang.Object
  extended by Task.Support.CoreSupport.BitRegister

public class BitRegister
extends java.lang.Object

BitRegister is a boolean that can be made final AND still modified. Great for anonymous in-line inner class declarations.

Since:
Jun 1, 2007, 5:08:42 PM
Version:
1.0
Author:
Nazmul Idris

Constructor Summary
BitRegister(boolean initValue)
           
 
Method Summary
 void clear()
           
 boolean isNotSet()
           
 boolean isSet()
           
 void set()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitRegister

public BitRegister(boolean initValue)
Method Detail

set

public void set()

isSet

public boolean isSet()

isNotSet

public boolean isNotSet()

clear

public void clear()


Copyright © 2011. All Rights Reserved.