protected static class InMemoryObjectStore.StoredObject<T> extends Object
| Constructor and Description |
|---|
StoredObject(Serializable id,
T item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Serializable |
getId() |
T |
getItem() |
int |
hashCode() |
String |
toString() |
public StoredObject(Serializable id, T item)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.