groovy.util
Class Bitwise

java.lang.Object
  extended bygroovy.util.Bitwise

public class Bitwise
extends java.lang.Object

Support for bitwise operations.

Since the language itself does not support bitwise operations, this utility class provides them.

Version:
$Id: Bitwise.java,v 1.1 2003/10/09 17:24:19 jstrachan Exp $
Author:
bob mcwhirter

Constructor Summary
Bitwise()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bitwise

public Bitwise()


Copyright © 2003-2004 The Codehaus. All Rights Reserved.