K
- T
- public class IdentityScopeObject<K,T> extends java.lang.Object implements IdentityScope<K,T>
Constructor and Description |
---|
IdentityScopeObject() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
detach(K key,
T entity) |
T |
get(K key) |
T |
getNoLock(K key) |
void |
lock() |
void |
put(K key,
T entity) |
void |
putNoLock(K key,
T entity) |
void |
remove(java.lang.Iterable<K> keys) |
void |
remove(K key) |
void |
reserveRoom(int count) |
void |
unlock() |
public void putNoLock(K key, T entity)
putNoLock
in interface IdentityScope<K,T>
public void remove(K key)
remove
in interface IdentityScope<K,T>
public void remove(java.lang.Iterable<K> keys)
remove
in interface IdentityScope<K,T>
public void clear()
clear
in interface IdentityScope<K,T>
public void lock()
lock
in interface IdentityScope<K,T>
public void unlock()
unlock
in interface IdentityScope<K,T>
public void reserveRoom(int count)
reserveRoom
in interface IdentityScope<K,T>
Available under the Apache License, Version 2.0 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.