Uses of Class
com.topologi.diffx.event.impl.SpaceEvent
Packages that use SpaceEvent
-
Uses of SpaceEvent in com.topologi.diffx.event.impl
Fields in com.topologi.diffx.event.impl declared as SpaceEventModifier and TypeFieldDescriptionstatic final SpaceEventSpaceEvent.DOUBLE_WHITESPACEA static instance for the double white spaces.static final SpaceEventSpaceEvent.NEW_LINEA static instance for the new lines.static final SpaceEventSpaceEvent.SINGLE_WHITESPACEA static instance for the single white spaces.static final SpaceEventSpaceEvent.TABA static instance for tabs.Methods in com.topologi.diffx.event.impl that return SpaceEventModifier and TypeMethodDescriptionstatic SpaceEventSpaceEvent.getInstance(char c) Returns the white space event corresponding to the given string.static SpaceEventSpaceEvent.getInstance(CharSequence space) Returns the white space event corresponding to the given string.