Java 类it.unimi.dsi.fastutil.ints.Int2ObjectMaps 实例源码

项目:LanternServer    文件:InventorySnapshot.java   
private InventorySnapshot(Int2ObjectMap<ItemStackSnapshot> itemStackSnapshots) {
    this.itemStackSnapshots = Int2ObjectMaps.unmodifiable(itemStackSnapshots);
}