Searched refs:fIntervalPatternSecondPart (Results 1 – 2 of 2) sorted by relevance
181 private final String fIntervalPatternSecondPart; field in DateIntervalInfo.PatternInfo206 fIntervalPatternSecondPart = secondPart; in PatternInfo()223 return fIntervalPatternSecondPart; in getSecondPart()244 … Objects.equals(fIntervalPatternSecondPart, patternInfo.fIntervalPatternSecondPart) && in equals()257 if (fIntervalPatternSecondPart != null) { in hashCode()258 hash ^= fIntervalPatternSecondPart.hashCode(); in hashCode()271 …eturn "{first=«" + fIntervalPatternFirstPart + "», second=«" + fIntervalPatternSecondPart + "», re… in toString()
183 private final String fIntervalPatternSecondPart; field in DateIntervalInfo.PatternInfo209 fIntervalPatternSecondPart = secondPart; in PatternInfo()228 return fIntervalPatternSecondPart; in getSecondPart()251 … Objects.equals(fIntervalPatternSecondPart, patternInfo.fIntervalPatternSecondPart) && in equals()265 if (fIntervalPatternSecondPart != null) { in hashCode()266 hash ^= fIntervalPatternSecondPart.hashCode(); in hashCode()280 …eturn "{first=«" + fIntervalPatternFirstPart + "», second=«" + fIntervalPatternSecondPart + "», re… in toString()