Skip navigation links
A B C F G I N P S T Z 

A

allOnes(long) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Returns a value with all bits set to 1 of length length.

B

BinaryStringUtils - Class in com.vcollaborate.bitwise
 
BinaryUtils - Class in com.vcollaborate.bitwise
 

C

com.vcollaborate.bitwise - package com.vcollaborate.bitwise
 
com.vcollaborate.math - package com.vcollaborate.math
 
combinations(int, int) - Static method in class com.vcollaborate.math.CombinatoricUtils
Calculates the possible combinations of chosen types (r) from a list of types (n) or n over r.
CombinatoricUtils - Class in com.vcollaborate.math
 

F

fromBitSet(BitSet) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Converts the BitSet bits into a long value.
fromPrettyString(String) - Static method in class com.vcollaborate.bitwise.BinaryStringUtils
fromPrettyString(String, char) - Static method in class com.vcollaborate.bitwise.BinaryStringUtils

G

getAllPermutations(int, int) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Returns an array containing all permutations of a defined bitset with bits set and maximum length of length.
getBitsSet(long) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Returns the number of bits set.
getHammingDistance(long, long) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Calculates the hamming distance between the two given values.

I

isBitSet(long, int) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Determines if the bit at position pos in the value val is set.

N

nextPermutation(long) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Compute the lexicographically next bit permutation.

P

prettyPrint(String) - Static method in class com.vcollaborate.bitwise.BinaryStringUtils
Returns binaryString zero-padded separated by 95 in groups of 4.
prettyPrint(String, char) - Static method in class com.vcollaborate.bitwise.BinaryStringUtils
Returns binaryString zero-padded separated by seaparator in groups of 4.

S

SEPARATOR - Static variable in class com.vcollaborate.bitwise.BinaryStringUtils
 

T

toBitSet(int, long) - Static method in class com.vcollaborate.bitwise.BinaryUtils
Converts value into a BitSet of size size.

Z

zeroPadString(String, int) - Static method in class com.vcollaborate.bitwise.BinaryStringUtils
 
zeroPadString(String) - Static method in class com.vcollaborate.bitwise.BinaryStringUtils
Same as BinaryStringUtils.zeroPadString(String, int), but determines minLength automatically.
A B C F G I N P S T Z 
Skip navigation links

Copyright © 2012–2015 Christian Sterzl. All rights reserved.