public class ItemsModel extends Object
| Modifier and Type | Method and Description |
|---|---|
static ItemsModel |
getInstance() |
ItemModel |
getItem(String id) |
String |
getNextId(String id) |
String |
getPrevId(String id) |
int |
getSize() |
boolean |
hasNext(String currentId) |
boolean |
hasPrev(String currentId) |
public static ItemsModel getInstance()
public boolean hasNext(String currentId)
public boolean hasPrev(String currentId)
public int getSize()
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.