Record Class KeySpan.Impl
java.lang.Object
java.lang.Record
ghidra.util.database.KeySpan.Impl
- Enclosing interface:
KeySpan
-
Nested Class Summary
Nested classes/interfaces inherited from interface KeySpan
KeySpan.Domain, KeySpan.Empty, KeySpan.ImplNested classes/interfaces inherited from interface Span
Span.DefaultSpanMap<N,S, V>, Span.DefaultSpanSet<N, S>, Span.MutableSpanMap<N, S, V>, Span.MutableSpanSet<N, S>, Span.SpanMap<N, S, V>, Span.SpanMapSetter<E, N, S, V>, Span.SpanSet<N, S> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomain()Get the domain of this span's endpointsfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.max()Returns the value of themaxrecord component.min()Returns the value of theminrecord component.toString()Returns a string representation of this record class.Methods inherited from interface Span
bound, compareTo, contains, encloses, intersect, intersects, isEmpty, maxIsFinite, minIsFinite, subtract, toString
-
Constructor Details
-
Impl
-
-
Method Details
-
toString
-
domain
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
min
-
max
-