@Immutable public static final class LSingle.ImmCompSingle<T extends Comparable<T>> extends LSingle.AbstractSingle<T> implements LSingle.ComparableSingle<T>
Immutable, comparable tuple.
LSingle.AbstractSingle<T>, LSingle.ComparableSingle<T extends Comparable<T>>, LSingle.ImmCompSingle<T extends Comparable<T>>, LSingle.ImmSingle<T>, LSingle.MutCompSingle<T extends Comparable<T>>, LSingle.MutSingle<T>LTuple.Void| Constructor and Description |
|---|
ImmCompSingle(T a) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
copyOf(LSingle<T> tuple) |
static <T extends Comparable<T>> |
of(T a) |
T |
value() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic ImmCompSingle(T a)
public static <T extends Comparable<T>> LSingle.ImmCompSingle<T> of(T a)
public static <T extends Comparable<T>> LSingle.ImmCompSingle<T> copyOf(LSingle<T> tuple)
Copyright © 2019. All rights reserved.