public class WhitespaceEntry extends AbstractEntry
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE
Field TYPE (7)
|
| Constructor and Description |
|---|
WhitespaceEntry(String whitespace)
Constructor for WhitespaceEntry
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Clones this Object
|
int |
getType()
Gets the entry type
|
String |
getWhitespace()
Gets the whitespace data
|
int |
hashCode()
Gets the hash code for this Object
|
static boolean |
isWhitespace(String data)
Determines if a String is all whitespace or not
|
String |
toString()
Gets a String representation of this Object
|
public static final int TYPE
public WhitespaceEntry(String whitespace)
whitespace - whitespace datapublic static boolean isWhitespace(String data)
data - String to examinepublic int getType()
getType in class AbstractEntrypublic String getWhitespace()
public boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.