Interface Cache<T>
-
- All Known Implementing Classes:
PreferentialAttachmentCache
public interface Cache<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(T t)Tget()
-
PreferentialAttachmentCachepublic interface Cache<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(T t) |
|
T |
get() |