Serializable
, Comparable<ImmutableLongStackFactoryImpl>
, ImmutableLongStackFactory
public enum ImmutableLongStackFactoryImpl extends Enum<ImmutableLongStackFactoryImpl> implements ImmutableLongStackFactory
ImmutableLongStack
.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
public static final ImmutableLongStackFactoryImpl INSTANCE
public static ImmutableLongStackFactoryImpl[] values()
for (ImmutableLongStackFactoryImpl c : ImmutableLongStackFactoryImpl.values()) System.out.println(c);
public static ImmutableLongStackFactoryImpl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic ImmutableLongStack empty()
empty
in interface ImmutableLongStackFactory
public ImmutableLongStack of()
ImmutableLongStackFactory
ImmutableLongStackFactory.empty()
.of
in interface ImmutableLongStackFactory
public ImmutableLongStack with()
ImmutableLongStackFactory
ImmutableLongStackFactory.empty()
.with
in interface ImmutableLongStackFactory
public ImmutableLongStack of(long one)
ImmutableLongStackFactory
ImmutableLongStackFactory.with(long)
.of
in interface ImmutableLongStackFactory
public ImmutableLongStack with(long one)
with
in interface ImmutableLongStackFactory
public ImmutableLongStack of(long... items)
ImmutableLongStackFactory
of
in interface ImmutableLongStackFactory
public ImmutableLongStack with(long... items)
with
in interface ImmutableLongStackFactory
public ImmutableLongStack ofAll(LongIterable items)
ImmutableLongStackFactory
ofAll
in interface ImmutableLongStackFactory
public ImmutableLongStack withAll(LongIterable items)
withAll
in interface ImmutableLongStackFactory
public ImmutableLongStack ofAll(Iterable<Long> iterable)
ImmutableLongStackFactory
#withAll(IterableLong)
.ofAll
in interface ImmutableLongStackFactory
public ImmutableLongStack withAll(Iterable<Long> iterable)
withAll
in interface ImmutableLongStackFactory
public ImmutableLongStack ofAllReversed(LongIterable items)
ImmutableLongStackFactory
ofAllReversed
in interface ImmutableLongStackFactory
public ImmutableLongStack withAllReversed(LongIterable items)
withAllReversed
in interface ImmutableLongStackFactory
public ImmutableLongStack ofAll(LongStream items)
ofAll
in interface ImmutableLongStackFactory
public ImmutableLongStack withAll(LongStream items)
withAll
in interface ImmutableLongStackFactory
Copyright © 2004–2019. All rights reserved.