public class Format extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Format |
ANY |
protected String |
encoding |
static int |
FALSE |
static int |
FORMAT_HASHMAP_DEFAULT_INITIAL_CAPACITY |
static float |
FORMAT_HASHMAP_DEFAULT_LOAD_FACTOR |
static int |
NOT_SPECIFIED |
static int |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object format) |
String |
getEncoding() |
int |
hashCode() |
boolean |
isSameEncoding(Format other) |
boolean |
isSameEncoding(String encoding) |
boolean |
matches(Format format) |
String |
toString() |
public static final int NOT_SPECIFIED
public static final int TRUE
public static final int FALSE
protected String encoding
public static final Format ANY
public static final int FORMAT_HASHMAP_DEFAULT_INITIAL_CAPACITY
public static final float FORMAT_HASHMAP_DEFAULT_LOAD_FACTOR
public Format(String encoding)
Copyright © 2015 TeleStax, Inc.. All Rights Reserved.