Class MappedPropertyValues

  • All Implemented Interfaces:
    PropertyValues

    public class MappedPropertyValues
    extends java.lang.Object
    implements PropertyValues
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      MappedPropertyValues​(java.util.Map<java.lang.String,​java.lang.Integer> propertyIndexes, java.lang.Object[] propertyValues)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getPropertyNames()  
      java.lang.Object getPropertyValue​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • MappedPropertyValues

        public MappedPropertyValues​(java.util.Map<java.lang.String,​java.lang.Integer> propertyIndexes,
                                    java.lang.Object[] propertyValues)