Please enable JavaScript to use CodeHS

CodeHS Glossary


List Interface Java

A Java Interface that represents a general List. The interface provides a list of methods that classes should implement if they want to be used as a List.