Package ghidra.trace.model
Class Lifespan.Empty
java.lang.Object
ghidra.trace.model.Lifespan.Empty
- All Implemented Interfaces:
Span<Long,,Lifespan> Span.Empty<Long,,Lifespan> Lifespan,Comparable<Lifespan>,Iterable<Long>
- Enclosing interface:
Lifespan
public static final class Lifespan.Empty
extends Object
implements Lifespan, Span.Empty<Long,Lifespan>
The singleton empty lifespan of snapshot keys
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.trace.model.Lifespan
Lifespan.DefaultLifeSet, Lifespan.Domain, Lifespan.Empty, Lifespan.Impl, Lifespan.LifeSet, Lifespan.MutableLifeSetNested classes/interfaces inherited from interface generic.Span
Span.DefaultSpanMap<N,S extends Span<N, S>, V>, Span.DefaultSpanSet<N, S extends Span<N, S>>, Span.Domain<N, S extends Span<N, S>>, Span.Empty<N, S extends Span<N, S>>, Span.MutableSpanMap<N, S extends Span<N, S>, V>, Span.MutableSpanSet<N, S extends Span<N, S>>, Span.SpanMap<N, S extends Span<N, S>, V>, Span.SpanMapSetter<E, N, S extends Span<N, S>, V>, Span.SpanSet<N, S extends Span<N, S>> -
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface generic.Span
bound, compareTo, encloses, intersect, intersects, maxIsFinite, minIsFinite, subtract, toStringMethods inherited from interface generic.Span.Empty
isEmpty
-
Field Details
-
INSTANCE
-
-
Method Details
-
toString
-
lmin
public long lmin() -
min
Description copied from interface:SpanGet the lower enpdoint -
lmax
public long lmax() -
max
Description copied from interface:SpanGet the upper endpoint -
contains
public boolean contains(long n) -
contains
Description copied from interface:SpanCheck if this span contains the given value -
iterator
-