Uses of Class
com.topologi.diffx.event.impl.SpaceEvent

Packages that use SpaceEvent
com.topologi.diffx.event.impl The events implemnentations used by the Diff-X algorithm. 
 

Uses of SpaceEvent in com.topologi.diffx.event.impl
 

Fields in com.topologi.diffx.event.impl declared as SpaceEvent
static SpaceEvent SpaceEvent.SINGLE_WHITESPACE
          A static instance for the single whitespaces.
static SpaceEvent SpaceEvent.DOUBLE_WHITESPACE
          A static instance for the double whitespaces.
static SpaceEvent SpaceEvent.NEW_LINE
          A static instance for the new lines.
static SpaceEvent SpaceEvent.TAB
          A static instance for tabs.
 

Methods in com.topologi.diffx.event.impl that return SpaceEvent
static SpaceEvent SpaceEvent.getInstance(CharSequence space)
          Returns the white space event corresponding to the given string.