public interface ImmutableBooleanStack extends BooleanStack
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableStack<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableBooleanStack |
pop() |
ImmutableBooleanStack |
pop(int count) |
ImmutableBooleanStack |
push(boolean item) |
ImmutableBooleanStack |
reject(BooleanPredicate predicate) |
ImmutableBooleanStack |
select(BooleanPredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutableallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableBooleanStack push(boolean item)
ImmutableBooleanStack pop()
ImmutableBooleanStack pop(int count)
ImmutableBooleanStack select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface BooleanStackImmutableBooleanStack reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanStack<V> ImmutableStack<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface BooleanStackCopyright © 2004–2016. All rights reserved.