JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.drasyl.util.Worm
Packages that use
Worm
Package
Description
org.drasyl.util
Utility classes used across multiple packages.
Uses of
Worm
in
org.drasyl.util
Methods in
org.drasyl.util
that return
Worm
Modifier and Type
Method
Description
static <T>
Worm
<T>
Worm.
of
()
Creates a new
Worm
object with not set value.
static <T>
Worm
<T>
Worm.
of
(T value)
Creates a new
Worm
object with value set to
value
.