Field MIN_VALUE
Field type: char
Member of:
java.lang.Character
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if(Character.MIN_VALUE == value) {
2
if(first
Character.MAX_VALUE) throw new IllegalArgumentException("wrong start code ("+first+") in block "+name);
3
out.writeChar(Character.MIN_VALUE);
4
assertTrue(new CompareToBuilder().append(o1, Character.MIN_VALUE).toComparison() > 0);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.