Package org.harctoolbox.irp
Class BitCounter
java.lang.Object
org.harctoolbox.irp.BitCounter
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBitCounter(boolean unassignedIsZero) BitCounter(int length) BitCounter(int length, boolean unassignedIsZero) -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(long x) voidaggregate(long x, int length) voidvoidintgetType(int n) static Map<String, BitCounter> scrutinizeProtocols(Iterable<Protocol> protocols) toString()toString(CharSequence delimiter)
-
Constructor Details
-
BitCounter
public BitCounter() -
BitCounter
public BitCounter(boolean unassignedIsZero) -
BitCounter
public BitCounter(int length, boolean unassignedIsZero) -
BitCounter
public BitCounter(int length)
-
-
Method Details