Searched refs:STANDARD_CONVERTER (Results 1 – 4 of 4) sorted by relevance
197 this(isUpdatedStrategy, backwardGetter, forwardGetter, DirectionConverter.STANDARD_CONVERTER); in DynamicSentinelStrategy()206 DirectionConverter.STANDARD_CONVERTER); in DynamicSentinelStrategy()
43 FIRST_CHILD_GETTER, LAST_CHILD_GETTER, DirectionConverter.STANDARD_CONVERTER);
80 DirectionConverter.STANDARD_CONVERTER), true/* startFromBeginning */);
123 public static final DirectionConverter STANDARD_CONVERTER = new DirectionConverter() { field in Direction.DirectionConverter