public class Select<T> extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
Select.Entry<T> |
Constructor and Description |
---|
Select(MultiMap<Value,T,List<T>> map,
Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
Collection<T> |
all() |
MultiMap<Value,T,List<T>> |
asMap() |
boolean |
exists() |
T |
first() |
protected Select.Entry<T> |
firstEntry() |
T |
last() |
protected Select.Entry<T> |
lastEntry() |
public T first()
protected Select.Entry<T> firstEntry()
public T last()
protected Select.Entry<T> lastEntry()
public Collection<T> all()
public boolean exists()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.