package com.tridium.devkit.disassemble.pool; import java.util.Collection; public interface PoolEntryContainer { Collection getPoolEntries(); }