Kieker 1.12

kieker.common.util.registry.newversion
Interface ILookup<T>

Type Parameters:
T - the type of elements
All Known Implementing Classes:
Lookup

public interface ILookup<T>

Since:
1.11
Author:
Christian Wulf

Method Summary
 void add(int uniqueId, T element)
           
 T get(int uniqueId)
           
 

Method Detail

add

void add(int uniqueId,
         T element)
Since:
1.11

get

T get(int uniqueId)
Returns:
the element that is associated with the passed uniqueId
Since:
1.11

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net