Searched refs:lastNotification (Results 1 – 3 of 3) sorted by relevance
49 private volatile RemovalNotification<K, V> lastNotification; field in TestingRemovalListeners.CountingRemovalListener54 lastNotification = notification; in onRemoval()62 return lastNotification.getKey(); in getLastEvictedKey()66 return lastNotification.getValue(); in getLastEvictedValue()70 return lastNotification; in getLastNotification()
72 private volatile RemovalNotification<K, V> lastNotification; field in TestingRemovalListeners.CountingRemovalListener77 lastNotification = notification; in onRemoval()85 return lastNotification.getKey(); in getLastEvictedKey()89 return lastNotification.getValue(); in getLastEvictedValue()93 return lastNotification; in getLastNotification()
60 private String lastNotification = null; field in TerminalView225 if (lastNotification != null && lastNotification.equals(message)) { in notifyUser()236 lastNotification = message; in notifyUser()