Uses of Interface
com.pnfsoftware.jeb.util.collect.ISegmentMap
Packages that use ISegmentMap
Package
Description
Collections, such as segments, custom maps/sets/lists, etc.
-
Uses of ISegmentMap in com.pnfsoftware.jeb.util.collect
Classes in com.pnfsoftware.jeb.util.collect that implement ISegmentMapModifier and TypeClassDescriptionfinal class
AddressSegmentMap<T extends ISegment<Long>>
Segment-map specialized to handle memory addresses, up to 64-bit.class
SegmentMap<K extends Comparable<K>,
V extends ISegment<K>> Standard implementation of a segment-map using aTreeMap
as the underlying data structure.