public class ItemIdMapper extends Object
Modifier and Type | Field and Description |
---|---|
private Map<Item,String> |
idByItem |
private int |
idCounter |
Constructor and Description |
---|
ItemIdMapper() |
Modifier and Type | Method and Description |
---|---|
private String |
generateId(Item item) |
String |
getId(Item item) |
private int |
nextCount() |
Copyright © 2017. All rights reserved.