toggle menu
nohorny
3.0.1
jvm
switch theme
search in API
nohorny
/
com.xpdustry.nohorny.geometry
/
GroupingBlockIndex
Grouping
Block
Index
interface
GroupingBlockIndex
<
T
:
Any
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
groups
Link copied to clipboard
abstract
fun
groups
(
)
:
Collection
<
IndexGroup
<
T
>
>
insert
Link copied to clipboard
abstract
fun
insert
(
x
:
Int
,
y
:
Int
,
size
:
Int
,
data
:
T
)
:
Boolean
neighbors
Link copied to clipboard
abstract
fun
neighbors
(
x
:
Int
,
y
:
Int
)
:
Collection
<
IndexBlock
<
T
>
>
remove
Link copied to clipboard
abstract
fun
remove
(
x
:
Int
,
y
:
Int
)
:
IndexBlock
<
T
>
?
remove
All
Link copied to clipboard
abstract
fun
removeAll
(
)
select
Link copied to clipboard
abstract
fun
select
(
x
:
Int
,
y
:
Int
)
:
IndexBlock
<
T
>
?
abstract
fun
select
(
x
:
Int
,
y
:
Int
,
w
:
Int
,
h
:
Int
)
:
Collection
<
IndexBlock
<
T
>
>
select
All
Link copied to clipboard
abstract
fun
selectAll
(
)
:
Collection
<
IndexBlock
<
T
>
>