Package ghidra.program.model.data
Class CompositeInternal.OffsetComparator
- java.lang.Object
 - 
- ghidra.program.model.data.CompositeInternal.OffsetComparator
 
 
- 
- All Implemented Interfaces:
 java.util.Comparator<java.lang.Object>
- Enclosing interface:
 - CompositeInternal
 
public static class CompositeInternal.OffsetComparator extends java.lang.Object implements java.util.Comparator<java.lang.Object>OffsetComparatorprovides ability to compare an Integer offset with a DataTypeComponent object. The offset will be consider equal (0) if the component contains the offset. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static CompositeInternal.OffsetComparatorINSTANCE 
- 
Constructor Summary
Constructors Constructor Description OffsetComparator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(java.lang.Object o1, java.lang.Object o2) 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final CompositeInternal.OffsetComparator INSTANCE
 
 - 
 
 -