.. java:import:: java.util Collection .. java:import:: java.util Map .. java:import:: java.util Set Table ===== .. java:package:: com.ampl :noindex: .. java:type:: class Table extends Entity Methods ------- entrySet ^^^^^^^^ .. java:method:: @Override public Set> entrySet() :outertype: Table get ^^^ .. java:method:: @Override public Object get() throws AMPLException :outertype: Table get ^^^ .. java:method:: @Override public Object get(Object... key) throws AMPLException :outertype: Table get ^^^ .. java:method:: @Override public Object get(Tuple key) throws AMPLException :outertype: Table getDeclaration ^^^^^^^^^^^^^^ .. java:method:: @Override String getDeclaration() :outertype: Table getIndexingSets ^^^^^^^^^^^^^^^ .. java:method:: public String[] getIndexingSets() :outertype: Table getIndices ^^^^^^^^^^ .. java:method:: @Override public Set getIndices() :outertype: Table getInstances ^^^^^^^^^^^^ .. java:method:: public Collection getInstances() :outertype: Table getValues ^^^^^^^^^ .. java:method:: public DataFrame getValues() :outertype: Table getValues ^^^^^^^^^ .. java:method:: public DataFrame getValues(String... suffixes) :outertype: Table refreshInstances ^^^^^^^^^^^^^^^^ .. java:method:: @Override void refreshInstances() :outertype: Table setDeclaration ^^^^^^^^^^^^^^ .. java:method:: @Override void setDeclaration(String declaration) :outertype: Table