public class UnmodifiableByteCollection extends AbstractUnmodifiableByteCollection
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
newEmpty() |
static UnmodifiableByteCollection |
of(MutableByteCollection collection)
This method will take a MutableByteCollection and wrap it directly in a UnmodifiableByteCollection.
|
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, asSynchronized, asUnmodifiable, average, byteIterator, chunk, clear, collect, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, reduce, reduceIfEmpty, reject, remove, removeAll, removeAll, removeIf, retainAll, retainAll, select, size, sum, toArray, toArray, toBag, toImmutable, toList, toSet, toSortedArray, toSortedList, toString, with, withAll, without, withoutAllequals, getClass, hashCode, notify, notifyAll, wait, wait, waittapaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reject, select, summaryStatistics, toSortedList, toSortedListBy, toSortedListBypublic static UnmodifiableByteCollection of(MutableByteCollection collection)
public MutableByteCollection newEmpty()
Copyright © 2004–2022. All rights reserved.