Searched defs:setExpirationTime (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java584 dummy.setExpirationTime(0);
1782 public void setExpirationTime(long time) { method in class:MapMakerInternalMapTest.DummyEntry
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java564 newEntry.setExpirationTime(original.getExpirationTime());
722 void setExpirationTime(long time); method in interface:MapMakerInternalMap.ReferenceEntry
803 public void setExpirationTime(long time) {} method in class:MapMakerInternalMap.NullEntry
870 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.AbstractReferenceEntry
988 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.StrongEntry
1079 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.StrongExpirableEntry
1161 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.StrongExpirableEvictableEntry
1242 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.SoftEntry
1334 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.SoftExpirableEntry
1418 public void setExpirationTime(lon method in class:MapMakerInternalMap.SoftExpirableEvictableEntry
1500 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.WeakEntry
1592 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.WeakExpirableEntry
1676 public void setExpirationTime(long time) { method in class:MapMakerInternalMap.WeakExpirableEvictableEntry
[all...]

Completed in 55 milliseconds