Package com.googlecode.ipv6
Class BitSetHelpers
- java.lang.Object
-
- com.googlecode.ipv6.BitSetHelpers
-
class BitSetHelpers extends java.lang.ObjectThis 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.
-
-
Constructor Summary
Constructors Constructor Description BitSetHelpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.util.BitSetbitSetOf(long lowerBits, long upperBits)(package private) static voidconvert(long value, int bitSetOffset, java.util.BitSet bits)
-