| Package | Description |
|---|---|
| com.github.davidmoten.rtree.internal.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableStack<T> |
ImmutableStack.create(T t) |
static <S> ImmutableStack<S> |
ImmutableStack.empty() |
ImmutableStack<T> |
ImmutableStack.pop() |
ImmutableStack<T> |
ImmutableStack.push(T value) |
| Constructor and Description |
|---|
ImmutableStack(T head,
ImmutableStack<T> tail) |
Copyright © 2013–2023. All rights reserved.