public class LiteralMapList extends ArrayList<LiteralMap>
modCount| Modifier and Type | Method and Description |
|---|---|
LiteralMapList |
select(JcPrimitive key,
Object value)
Answer a LiteralMapList containing only literal maps with the given key and value
|
LiteralMapList |
select(String key,
Object value)
Answer a LiteralMapList containing only literal maps with the given key and value
|
LiteralMap |
selectFirst(JcPrimitive key,
Object value)
Answer the first literal map with the given key and value
|
LiteralMap |
selectFirst(String key,
Object value)
Answer the first literal map with the given key and value
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic LiteralMapList select(JcPrimitive key, Object value)
key - value - public LiteralMapList select(String key, Object value)
key - value - public LiteralMap selectFirst(JcPrimitive key, Object value)
key - value - public LiteralMap selectFirst(String key, Object value)
key - value - Copyright © 2016. All rights reserved.