@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") public class GroupOf<E extends Manageable> extends org.rapidoid.RapidoidThing
| Modifier and Type | Method and Description |
|---|---|
void |
add(E element) |
void |
add(int index,
E element) |
void |
clear() |
boolean |
contains(E element) |
boolean |
equals(Object o) |
boolean |
exists(String id) |
E |
find(String id) |
E |
get(int index) |
E |
get(String id) |
int |
hashCode() |
int |
indexOf(E element) |
boolean |
isEmpty() |
List<E> |
items() |
Class<E> |
itemType() |
String |
kind() |
boolean |
remove(E element) |
E |
remove(int index) |
E |
set(int index,
E element) |
int |
size() |
GroupStats |
stats() |
String |
toString() |
public String kind()
public GroupStats stats()
public void add(E element)
public void add(int index,
E element)
public E get(int index)
public boolean exists(String id)
public E remove(int index)
public int indexOf(E element)
public void clear()
public boolean remove(E element)
public int size()
public boolean isEmpty()
public boolean contains(E element)
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.