ch.qos.logback.classic.pattern.lru
Class Event<K>

java.lang.Object
  extended by ch.qos.logback.classic.pattern.lru.Event<K>

public class Event<K>
extends Object


Field Summary
 K k
           
 boolean put
           
 
Constructor Summary
Event(boolean put, K k)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

put

public final boolean put

k

public final K k
Constructor Detail

Event

public Event(boolean put,
             K k)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2009 QOS.ch. All Rights Reserved.