public class SassMap extends LinkedHashMap<String,SassValue> implements SassValue
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
SassMap() |
SassMap(int initialCapacity) |
SassMap(int initialCapacity,
float loadFactor) |
SassMap(int initialCapacity,
float loadFactor,
boolean accessOrder) |
SassMap(Map<? extends String,? extends SassValue> map) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Return a libsass compatible (key: value) string representation.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static final int TYPE
public SassMap()
public SassMap(int initialCapacity)
public SassMap(int initialCapacity,
float loadFactor)
public SassMap(int initialCapacity,
float loadFactor,
boolean accessOrder)
public String toString()
toString in class AbstractMap<String,SassValue>Copyright © 2016 bit3. All rights reserved.