none
This commit is contained in:
parent
dedbd0db46
commit
b676742539
1 changed files with 9 additions and 0 deletions
9
None.java
Normal file
9
None.java
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
package org.json;
|
||||||
|
|
||||||
|
public interface None {
|
||||||
|
/**
|
||||||
|
* Negative One
|
||||||
|
*/
|
||||||
|
public static final int none = -1;
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue