Class BasicTypeConverter.ValueNodeSet

  • All Implemented Interfaces:
    NodeSet
    Enclosing class:
    BasicTypeConverter

    static final class BasicTypeConverter.ValueNodeSet
    extends java.lang.Object
    implements NodeSet
    NodeSet implementation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List pointers  
      private java.util.List values  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueNodeSet​(java.util.List values)
      Create a new ValueNodeSet.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List getNodes()
      Returns a list of nodes.
      java.util.List getPointers()
      Returns a list of pointers for all nodes in the set.
      java.util.List getValues()
      Returns a list of values of all contained pointers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • values

        private java.util.List values
      • pointers

        private java.util.List pointers
    • Constructor Detail

      • ValueNodeSet

        public ValueNodeSet​(java.util.List values)
        Create a new ValueNodeSet.
        Parameters:
        values - to return
    • Method Detail

      • getValues

        public java.util.List getValues()
        Description copied from interface: NodeSet
        Returns a list of values of all contained pointers.
        Specified by:
        getValues in interface NodeSet
        Returns:
        List
      • getNodes

        public java.util.List getNodes()
        Description copied from interface: NodeSet
        Returns a list of nodes.
        Specified by:
        getNodes in interface NodeSet
        Returns:
        List
      • getPointers

        public java.util.List getPointers()
        Description copied from interface: NodeSet
        Returns a list of pointers for all nodes in the set.
        Specified by:
        getPointers in interface NodeSet
        Returns:
        List