| Package | Description |
|---|---|
| org.apache.jena.atlas.lib.persistent |
Types for managing persistent data structures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PSet<E>
A implementation of
PersistentSet using Set. |
| Modifier and Type | Method and Description |
|---|---|
static <T> PersistentSet<T> |
PersistentSet.empty() |
PersistentSet<E> |
PersistentSet.minus(E e) |
PersistentSet<E> |
PSet.minus(E e) |
PersistentSet<E> |
PersistentSet.plus(E e) |
PersistentSet<E> |
PSet.plus(E e) |
Licenced under the Apache License, Version 2.0