Class DefaultGomLangInfos

All Implemented Interfaces:
GomCheckable, GomElement, GomLangInfos, GomList<GomLangInfo>, Serializable, Cloneable, Iterable<GomLangInfo>, Collection<GomLangInfo>, List<GomLangInfo>, RandomAccess

public class DefaultGomLangInfos extends AbstractGomList<GomLangInfo> implements GomLangInfos, GomCheckable
Generic implementation for GOM language information container.
Since:
4.0.17
See Also:
  • Field Details

  • Constructor Details

    • DefaultGomLangInfos

      public DefaultGomLangInfos(Class<? extends GomLangInfo> langInfoClass)
      Constructor defining the concrete language information entry type.
      Parameters:
      langInfoClass - The language information type.
      Since:
      4.0.17
    • DefaultGomLangInfos

      public DefaultGomLangInfos()
      Constructor defining the default language information entry type.
      Since:
      4.0.17
  • Method Details