Package one.microstream.util
Interface Substituter<T>
- All Known Subinterfaces:
Substituter.Iterable<T>
,Substituter.Managed<T>
,Substituter.Queryable<T>
,Substituter.Removing<T>
- All Known Implementing Classes:
Substituter.Default
public interface Substituter<T>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Substituter.Default<T>
static interface
Substituter.Iterable<T>
static interface
Substituter.Managed<T>
static interface
Substituter.Queryable<T>
static interface
Substituter.Removing<T>
-
Method Summary
Modifier and Type Method Description static <T> Substituter.Default<T>
New()
static <T> Substituter.Default<T>
New(HashEqualator<? super T> hashEqualator)
T
substitute(T s)