public class DummyReport extends Object implements Report
static DummyReport
INSTANCE
<T> boolean
contains(Property<T> key)
Report
copy()
<T> T
get(Property<T> key)
Set<Property>
keys()
<T> void
set(Property<T> key, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final DummyReport INSTANCE
public <T> boolean contains(Property<T> key)
contains
public <T> void set(Property<T> key, T value)
set
public <T> T get(Property<T> key)
get
public Set<Property> keys()
keys
public Report copy()
copy
Copyright © 2022 NorStella. All rights reserved.