Searched defs:wasEvicted (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java40 boolean wasEvicted() {
53 boolean wasEvicted() {
65 boolean wasEvicted() {
76 boolean wasEvicted() {
87 boolean wasEvicted() {
96 abstract boolean wasEvicted(); method in class:RemovalCause
H A DRemovalNotification.java62 public boolean wasEvicted() { method in class:RemovalNotification
63 return cause.wasEvicted();
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java763 public boolean wasEvicted() { method in class:MapMaker.RemovalNotification
764 return cause.wasEvicted();
778 boolean wasEvicted() {
791 boolean wasEvicted() {
803 boolean wasEvicted() {
814 boolean wasEvicted() {
825 boolean wasEvicted() {
834 abstract boolean wasEvicted(); method in class:MapMaker.RemovalCause

Completed in 79 milliseconds