rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-api
/
io.github.aecsocket.rattle
/
PhysicsSpace
/
SimpleContainer
Simple
Container
interface
SimpleContainer
<
R
,
W
,
O
,
K
>
Inheritors
ColliderContainer
ActiveContainer
Members
Properties
count
Link copied to clipboard
abstract
val
count
:
Int
Functions
add
Link copied to clipboard
abstract
fun
add
(
value
:
O
)
:
K
all
Link copied to clipboard
abstract
fun
all
(
)
:
Collection
<
K
>
read
Link copied to clipboard
abstract
fun
read
(
key
:
K
)
:
R
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
K
)
:
O
?
write
Link copied to clipboard
abstract
fun
write
(
key
:
K
)
:
W
?