|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumBitmaps.BitmapableEnum | |
---|---|
net.floodlightcontroller.util |
Uses of EnumBitmaps.BitmapableEnum in net.floodlightcontroller.util |
---|
Methods in net.floodlightcontroller.util with type parameters of type EnumBitmaps.BitmapableEnum | ||
---|---|---|
static
|
EnumBitmaps.getMask(java.lang.Class<E> type)
Return the bitmap mask with all possible bits set. |
|
static
|
EnumBitmaps.toBitmap(java.util.Set<E> set)
Convert the given EnumSet to the integer bitmap representation |
|
static
|
EnumBitmaps.toEnumSet(java.lang.Class<E> type,
int bitmap)
Convert an integer bitmap to an EnumSet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |