Uses of Interface
com.pnfsoftware.jeb.util.collect.ISegmentGapVerifier
Packages that use ISegmentGapVerifier
Package
Description
Collections, such as segments, custom maps/sets/lists, etc.
-
Uses of ISegmentGapVerifier in com.pnfsoftware.jeb.util.collect
Methods in com.pnfsoftware.jeb.util.collect with parameters of type ISegmentGapVerifierModifier and TypeMethodDescriptionISegmentMap.generateGaps
(K begin, boolean allowHeader, K end, boolean allowTrailer, ISegmentGapVerifier<K> verifier) Generate a list of segments that correspond to the ordered gaps list of this map.SegmentMap.generateGaps
(K begin, boolean allowHeader, K end, boolean allowTrailer, ISegmentGapVerifier<K> verifier)