类的使用
pkg.exoad.poprock.core.Pair
程序包
说明
The core of the Poprock application that has both the library and also
the application.
-
pkg.exoad.poprock.core中Pair的使用
修饰符和类型字段说明private final HashMap<Class<? extends EventPoolService.EventPayload>,
Pair<ArrayList<Runnable>, Object>> EventPoolService.EventPool.payloads
修饰符和类型方法说明static boolean
BasicService.anyPairedNulls
(Pair<?, ?>[] v) Checks if any values in a Pair are nulled values. -
pkg.exoad.poprock.core.io.image中Pair的使用
-
pkg.exoad.poprock.core.registry中Pair的使用
修饰符和类型字段说明private final Pair<String,
RegistryEntry>[] EphemeralRegistry.EphemeralRegistryConfig.entries
entries
记录组件的字段。修饰符和类型方法说明EphemeralRegistry.makeConfig
(String rootName, float loadFactor, Pair<String, RegistryEntry>[] entries) Creates a configuration functionally限定符构造器说明(专用程序包)
EphemeralRegistry
(String rootName, float loadFactor, Pair<String, RegistryEntry>[] entries) Initiates a new Ephemeral Reigstry with some more parameters.EphemeralRegistryConfig
(String rootName, float loadFactor, Pair<String, RegistryEntry>[] entries) 创建EphemeralRegistryConfig
记录的实例。