public interface KeyGroupsList extends Iterable<Integer>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int keyGroupId)
Returns true, if the given key group id is contained in the list, otherwise false.
|
int |
getKeyGroupId(int idx)
Returns the id of the keygroup at the given index, where index in interval [0,
getNumberOfKeyGroups() [. |
int |
getNumberOfKeyGroups()
Returns the number of key group ids in the list.
|
forEach, iterator, spliterator
int getNumberOfKeyGroups()
int getKeyGroupId(int idx)
getNumberOfKeyGroups()
[.idx
- the index into the listboolean contains(int keyGroupId)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.