Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | Builder |
struct | Enumerator |
class | Node |
class | ReverseEnumerable |
Static Public Attributes | |
static readonly ImmutableSortedSet< T > | Empty = new ImmutableSortedSet<T>() |
Package Functions | |
ImmutableSortedSet (IComparer< T >? comparer=null) | |
Properties | |
T? | Max [get] |
T? | Min [get] |
bool | IsEmpty [get] |
int | Count [get] |
IComparer< T > | KeyComparer [get] |
IBinaryTree | Root [get] |
T | this[int index] [get] |
bool ICollection< T >. | IsReadOnly [get] |
T IList< T >. | this[int index] [get, set] |
bool IList. | IsFixedSize [get] |
bool IList. | IsReadOnly [get] |
object ICollection. | SyncRoot [get] |
bool ICollection. | IsSynchronized [get] |
object? IList. | this[int index] [get, set] |
Static Private Member Functions | |
static bool | TryCastToImmutableSortedSet (IEnumerable< T > sequence, [NotNullWhen(true)] out ImmutableSortedSet< T > other) |
static ImmutableSortedSet< T > | Wrap (Node root, IComparer< T > comparer) |
Private Attributes | |
readonly Node | _root |
readonly IComparer< T > | _comparer |
Definition at line 84 of file ImmutableSortedSet.cs.