public class Alternatives extends ArrayList<Alternative>
modCount| 构造器和说明 |
|---|
Alternatives() |
Alternatives(org.json.JSONArray array,
Alternatives prior)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRecyclingPrior(Alternative alt,
Alternatives prior)
addRecyclingPrior
|
void |
addRecyclingPrior(Integer index,
Alternative object,
Alternatives prior)
addRecyclingPrior
|
boolean |
hasNativeSource()
hasNativeSource
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic Alternatives(org.json.JSONArray array,
Alternatives prior)
array - Array.prior - Prior.public Alternatives()
public void addRecyclingPrior(Integer index, Alternative object, Alternatives prior)
index - indexobject - objectprior - prior.public boolean hasNativeSource()
public void addRecyclingPrior(Alternative alt, Alternatives prior)
alt - alt.prior - prior.Copyright © 2021. All rights reserved.