Class EntryContentsKey
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.EntryContentsKey
-
public class EntryContentsKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntryContentsKey(ICSettingEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ICSettingEntrygetEntry()inthashCode()
-
-
-
Constructor Detail
-
EntryContentsKey
public EntryContentsKey(ICSettingEntry entry)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getEntry
public ICSettingEntry getEntry()
-
-