public abstract class AbstractShortIterable extends Object implements org.eclipse.collections.api.ShortIterable
| Constructor and Description |
|---|
AbstractShortIterable() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendString(Appendable appendable) |
void |
appendString(Appendable appendable,
String separator) |
org.eclipse.collections.api.LazyShortIterable |
asLazy() |
double |
average() |
boolean |
containsAll(short... source) |
boolean |
containsAll(org.eclipse.collections.api.ShortIterable source) |
boolean |
isEmpty() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
short |
maxIfEmpty(short defaultValue) |
double |
median() |
short |
minIfEmpty(short defaultValue) |
boolean |
notEmpty() |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableShortList |
toList() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
toSet() |
short[] |
toSortedArray() |
org.eclipse.collections.api.list.primitive.MutableShortList |
toSortedList() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic String toString()
public String makeString()
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic String makeString(String separator)
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface org.eclipse.collections.api.PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface org.eclipse.collections.api.PrimitiveIterablepublic short minIfEmpty(short defaultValue)
minIfEmpty in interface org.eclipse.collections.api.ShortIterablepublic short maxIfEmpty(short defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.ShortIterablepublic double average()
average in interface org.eclipse.collections.api.ShortIterablepublic double median()
median in interface org.eclipse.collections.api.ShortIterablepublic short[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.list.primitive.MutableShortList toSortedList()
toSortedList in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.LazyShortIterable asLazy()
asLazy in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.list.primitive.MutableShortList toList()
toList in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.set.primitive.MutableShortSet toSet()
toSet in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.bag.primitive.MutableShortBag toBag()
toBag in interface org.eclipse.collections.api.ShortIterablepublic boolean containsAll(short... source)
containsAll in interface org.eclipse.collections.api.ShortIterablepublic boolean containsAll(org.eclipse.collections.api.ShortIterable source)
containsAll in interface org.eclipse.collections.api.ShortIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterableCopyright © 2004–2017. All rights reserved.