Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ isEmpty
Method
isEmpty
src/main/java/net/optifine/util/StrUtils.java:343–346 ·
view source on GitHub ↗
(String string)
Source
from the content-addressed store, hash-verified
341
}
342
343
public
static
boolean isEmpty(String string)
344
{
345
return
string == null ? true : string.trim().length() <= 0;
346
}
347
348
public
static
String stringInc(String str)
349
{
Callers
15
isFilled
Method · 0.95
initialize
Method · 0.45
detectMultipass
Method · 0.45
propertyListToArray
Method · 0.45
update
Method · 0.45
isValid
Method · 0.45
getLightLevel
Method · 0.45
loadLocaleData
Method · 0.45
parseCtmTileIndexes
Method · 0.45
parseInfix
Method · 0.45
resolveRelative
Method · 0.45
pop
Method · 0.45
Calls
2
length
Method · 0.80
trim
Method · 0.80
Tested by
2
main
Method · 0.36
onUpdate
Method · 0.36