| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableList<E>
A simple implementation of an
FList. |
| Modifier and Type | Method and Description |
|---|---|
FList<E> |
ImmutableList.getTail() |
FList<E> |
FList.getTail() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FList.Equality.equals(FList<?> first,
Object second) |
static int |
FList.Hash.hashCode(FList<?> list) |
| Constructor and Description |
|---|
FListIterator(FList<E> list) |
ImmutableList(E head,
FList<E> tail) |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.