FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JSON-java/zip/None.java at master · yjjiang/JSON-java · GitHub
yjjiang
/
JSON-java
Public
forked from
stleary/JSON-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JSON-java
/
zip
/
None.java
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (13 loc) · 398 Bytes
Breadcrumbs
JSON-java
/
zip
/
None.java
Copy path
File metadata and controls
15 lines (13 loc) · 398 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package
org
.
json
.
zip
;
/**
* None is an interface that makes the constant <i>none</i> (short for
* negative one or long for -1) available to any class that implements it.
* The none value is used to stand for an integer that is not an integer,
* such as the negative result of a search.
*/
public
interface
None
{
/**
* Negative One.
*/
public
static
final
int
none
= -
1
;
}
Back
|
FazBrowse Home
|
New Git URL