Class GoogleFunctionNonMaterialisedHttpHeaders
java.lang.Object
net.officefloor.server.google.function.GoogleFunctionNonMaterialisedHttpHeaders
- All Implemented Interfaces:
Iterable<NonMaterialisedHttpHeader>,NonMaterialisedHttpHeaders
public class GoogleFunctionNonMaterialisedHttpHeaders
extends Object
implements NonMaterialisedHttpHeaders
Google Function
NonMaterialisedHttpHeaders.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleFunctionNonMaterialisedHttpHeaders(Map<String, List<String>> googleFunctionHeaders) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptioniterator()intlength()Obtains the number ofNonMaterialisedHttpHeaderinstances.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GoogleFunctionNonMaterialisedHttpHeaders
Instantiate.- Parameters:
googleFunctionHeaders- GoogleHttpFunctionheaders.
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<NonMaterialisedHttpHeader>
-
length
public int length()Description copied from interface:NonMaterialisedHttpHeadersObtains the number ofNonMaterialisedHttpHeaderinstances.- Specified by:
lengthin interfaceNonMaterialisedHttpHeaders- Returns:
- Number of
NonMaterialisedHttpHeaderinstances.
-