public class TransactionItems extends Object
Constructor and Description |
---|
TransactionItems() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(EntityInvocationHandler key) |
Integer |
get(EntityInvocationHandler key) |
EntityInvocationHandler |
get(Integer value) |
boolean |
isEmpty() |
void |
normalize() |
void |
put(EntityInvocationHandler key,
Integer value) |
void |
remove(EntityInvocationHandler key) |
int |
size() |
List<Integer> |
sortedValues() |
public EntityInvocationHandler get(Integer value)
public Integer get(EntityInvocationHandler key)
public void remove(EntityInvocationHandler key)
public void normalize()
public void put(EntityInvocationHandler key, Integer value)
public boolean contains(EntityInvocationHandler key)
public int size()
public boolean isEmpty()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.