Package com.iizigo.prop
Class PatternManager.CategoryPatterns
java.lang.Object
com.iizigo.prop.PatternManager.CategoryPatterns
- All Implemented Interfaces:
- Comparator<PatternManager.CategoryPatterns>
- Enclosing class:
- PatternManager
public static class PatternManager.CategoryPatterns extends Object implements Comparator<PatternManager.CategoryPatterns>
Class for the value type category containing the patterns.
- Field SummaryFields
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- intCompares two categories for sorting.- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- Methods inherited from interface java.util.Comparator- equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- Field Details- categoryThe value type category.
- patternsThe list of patterns. Each pattern in the list is [0]=pattern, [1]=description.
 
- Constructor Details- CategoryPatternsConstructor.
 
- Method Details- compareCompares two categories for sorting.- Specified by:
- comparein interface- Comparator<PatternManager.CategoryPatterns>