| Package | Description |
|---|---|
| com.sun.javafx.css |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Slot> |
SelectorPartitioning.Slot.referents |
private java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Slot> |
SelectorPartitioning.Partition.slots |
| Modifier and Type | Method and Description |
|---|---|
private SelectorPartitioning.Slot |
SelectorPartitioning.Partition.partition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
This routine finds the slot corresponding to the PartitionKey,
creating a Partition and Slot if necessary.
|
private SelectorPartitioning.Slot |
SelectorPartitioning.Slot.partition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
This routine finds the slot corresponding to the PartitionKey,
creating a Partition and Slot if necessary.
|