com.googlecode.ipv6
Class BitSetHelpers

java.lang.Object
  extended by com.googlecode.ipv6.BitSetHelpers

public class BitSetHelpers
extends Object

This class contains some helpers for working with BitSets. These are generally not necessary in JDK7, since the BitSet.valueOf(long[]) method. However, for java-6 compatibility, we go this way.

Author:
Jan Van Besien

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

Constructor Detail

BitSetHelpers

public BitSetHelpers()


Copyright © 2012. All Rights Reserved.