public static final class IdGroup.Utils
extends java.lang.Object
Constructor and Description |
---|
IdGroup.Utils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isContainedWithin(IdGroup sub,
IdGroup full) |
static boolean |
isEqualIgnoringOrder(IdGroup id1,
IdGroup id2) |
static int |
whichIdNumber(IdGroup group,
java.lang.String s)
A convenience implementation of whichIdNumber that can be used by
IdGroup implementations
|
public static final boolean isContainedWithin(IdGroup sub, IdGroup full)
public static final boolean isEqualIgnoringOrder(IdGroup id1, IdGroup id2)
public static final int whichIdNumber(IdGroup group, java.lang.String s)