public interface PropertyMap
Modifier and Type | Method and Description |
---|---|
void |
flush() |
Map<String,Object> |
getAllMapsCombined() |
Map<String,Boolean[]> |
getBooleanArrays() |
Map<String,Boolean> |
getBooleans() |
Map<String,Calendar[]> |
getCalendarArrays() |
Map<String,Calendar> |
getCalendars() |
Map<String,Double[]> |
getDoubleArrays() |
Map<String,Double> |
getDoubles() |
Map<String,Long[]> |
getLongArrays() |
Map<String,Long> |
getLongs() |
Map<String,String[]> |
getStringArrays() |
Map<String,String> |
getStrings() |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.