Declare as concrete types
This commit is contained in:
parent
9683e53115
commit
f8006b7b49
@ -43,11 +43,11 @@ class CombinedContainer(containers: Stream<Pair<Container, Iterable<Int>>>) : IM
|
||||
}
|
||||
}
|
||||
|
||||
private val slots: List<Slot>
|
||||
private val slotsMap: Map<Container, List<IContainerSlot>>
|
||||
private val containers: Set<Container>
|
||||
private val fullCoverage: List<Container>
|
||||
private val notFullCoverage: Map<Container, List<IContainerSlot>>
|
||||
private val slots: ImmutableList<Slot>
|
||||
private val slotsMap: ImmutableMap<Container, List<IContainerSlot>>
|
||||
private val containers: ImmutableSet<Container>
|
||||
private val fullCoverage: ImmutableList<Container>
|
||||
private val notFullCoverage: ImmutableMap<Container, List<IContainerSlot>>
|
||||
|
||||
init {
|
||||
val list = ImmutableList.Builder<Slot>()
|
||||
|
Loading…
Reference in New Issue
Block a user