Package org.jgroups.protocols
Class FD_ALL3.Bitmap
- java.lang.Object
-
- org.jgroups.protocols.FD_ALL3.Bitmap
-
- Enclosing class:
- FD_ALL3
public static class FD_ALL3.Bitmap extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bitmap(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FD_ALL3.Bitmap
advance()
Advances the index (mod length) and sets the bits[index] to 0int
getIndex()
boolean
needsToSuspect()
Returns true if all bits are 0, false otherwiseFD_ALL3.Bitmap
set()
java.lang.String
toString()
java.lang.String
toStringDetailed()
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
needsToSuspect
public boolean needsToSuspect()
Returns true if all bits are 0, false otherwise
-
advance
public FD_ALL3.Bitmap advance()
Advances the index (mod length) and sets the bits[index] to 0
-
set
public FD_ALL3.Bitmap set()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toStringDetailed
public java.lang.String toStringDetailed()
-
-