Package | Description |
---|---|
com.topologi.diffx.event.impl |
The events implementations used by the Diff-X.
|
Modifier and Type | Field and Description |
---|---|
static SpaceEvent |
SpaceEvent.DOUBLE_WHITESPACE
A static instance for the double white spaces.
|
static SpaceEvent |
SpaceEvent.NEW_LINE
A static instance for the new lines.
|
static SpaceEvent |
SpaceEvent.SINGLE_WHITESPACE
A static instance for the single white spaces.
|
static SpaceEvent |
SpaceEvent.TAB
A static instance for tabs.
|
Modifier and Type | Method and Description |
---|---|
static SpaceEvent |
SpaceEvent.getInstance(char c)
Returns the white space event corresponding to the given string.
|
static SpaceEvent |
SpaceEvent.getInstance(CharSequence space)
Returns the white space event corresponding to the given string.
|
Copyright © 2007-2019. All Rights Reserved.