public class Attachment extends Object
Attachment()
<T> T
get(AttachKey<T> key)
<T> void
put(AttachKey<T> key, T value)
remove(AttachKey<T> key)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Attachment()
public <T> void put(AttachKey<T> key, T value)
T
key
value
public <T> T get(AttachKey<T> key)
public <T> void remove(AttachKey<T> key)
Copyright © 2024. All rights reserved.